TRVAControlPanel.DialogPosition

<< Click to display table of contents >>

TRVAControlPanel.DialogPosition

Defines the position of dialog windows displayed by RichViewActions.

type
  TRVAFormPosition = 
    (rvafpMainFormCenter, rvafpScreenCenter);
 
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

Default value:

rvafpMainFormCenter