JVCL Help:TJvCommonDialogF
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCommonDialogF Class
[+] JvBaseDlg.pas Classes
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCommonDialog
TJvCommonDialogF
run\JvBaseDlg.pas
Summary
Base class for all common dialogs that return a Boolean result to indicate if the dialog was canceled or not.
Pascal
run\JvBaseDlg.pas
TJvCommonDialogF = class(TJvCommonDialog);
Description
TJvCommonDialogF is the base class for all common dialogs that return a Boolean result to indicate if the dialog was canceled or not. 'F' stands for function.
The Execute method will return False if the dialog was canceled. Otherwise True will be returned.
All descendants of TJvCommonDialogF can be previewed at design-time, by right-clicking the component and clicking 'Preview...'.
See Also
TJvCommonDialog, TJvCommonDialogP
About
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