JVCL Help:TJvFolderPos

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values that determine the position of a dialog.

run\JvBrowseFolder.pas


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.

run\JvBrowseFolder.pas


Description

The TJvFolderPos type defines values that determine the position of a dialog.

run\JvBrowseFolder.pas


About

Navigation

no pages or subcategories

run\JvBrowseFolder.pas



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