JVCL Help:TDlgCenterKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TDlgCenterKind type
Search in JVCL Help
Search in all projectsSummary
Type to indicate the way a dialog should be centered.
Pascal
run\JvDSADialogs.pas
TDlgCenterKind = (
dckScreen,
dckMainForm,
dckActiveForm
);
Members
Members | Description |
dckScreen | Center the dialog on the screen. |
dckMainForm | Center the dialog on the main form. |
dckActiveForm | Center the dialog on the active form. |
Description
The TDlgCenterKind is used to indicate the way a dialog should be centered. It's used for the Center parameter in the various ShowMessage and MessageDlg routines.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page