JVCL Help:TDlgCenterKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type to indicate the way a dialog should be centered.

run\JvDSADialogs.pas


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.

run\JvDSADialogs.pas


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.

run\JvDSADialogs.pas


About

Navigation

no pages or subcategories

run\JvDSADialogs.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