JVCL Help:TJvCommonDialogF

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

Search in JVCL Help

 
Search in all projects
 

Class 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.

run\JvBaseDlg.pas


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...'.

run\JvBaseDlg.pas


See Also

TJvCommonDialog, TJvCommonDialogP

run\JvBaseDlg.pas


About

Navigation

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