| 
       << Click to display table of contents >> TRVAControlPanel.DialogPosition | 
    
Defines the position of dialog windows displayed by RichViewActions.
type
  TRVAFormPosition = 
    (rvafpMainFormCenter, rvafpScreenCenter,
     rvafpEditorFormCenter);
 
property DialogPosition: TRVAFormPosition;
Value  | 
Meaning  | 
rvafpMainFormCenter  | 
Dialog windows are positioned in the center of the application's main form  | 
rvafpScreenCenter  | 
Dialog windows are positioned in the center of the screen  | 
rvafpEditorFormCenter  | 
Dialog windows are positioned in the center of the application's target editor's form  | 
Default value:
rvafpMainFormCenter