JVCL Help:TJvFolderPos
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFolderPos type
Search in JVCL Help
Search in all projectsSummary
Defines values that determine the position of a dialog.
Pascal
run\JvBrowseFolder.pas
TJvFolderPos = (
fpDefault,
fpScreenCenter,
fpFormCenter,
fpTopLeft,
fpTopRight,
fpBottomLeft,
fpBottomRight
);
Members
Members | Description |
fpDefault | The form appears in a position on the screen and with a height and width determined by the operating system. |
fpScreenCenter | The dialog is positioned in the center of the screen. |
fpFormCenter | If the component has no form as owner it's positioned in the center of the application’s main form. |
fpTopLeft | The dialog is positioned in the upper left corner of the screen. |
fpTopRight | The dialog is positioned in the upper right corner of the screen. |
fpBottomLeft | The dialog is positioned in the lower left corner of the screen. |
fpBottomRight | The dialog is positioned in the lower right corner of the screen. |
Description
The TJvFolderPos type defines values that determine the position of a dialog.
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