Project: Message Dialogue Components.
Unit: PJMessageDialog.
Class: TPJVCLMsgDlg
Applies to: ~>3.0
property OffsetTop: Integer;
The effect of OffsetTop is determined by the value of the Align property as follows:
| Align property value | Effect of OffsetTop |
|---|---|
mdaScreenOffset |
Sets vertical offset of dialogue box from top of screen. |
mdaScreenCentre |
No effect: property is ignored. |
mdaFormOffset |
Sets vertical offset of dialogue box from top of owning form. |
mdaFormCentre |
No effect: property is ignored. |
OffsetTop is used in conjunction with OffsetLeft.
The default value of the property is 0.