JVCL Help:TJvFileDirEdit.OnAfterDialog

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after the dialog has been shown.


Pascal

 propertyOnAfterDialog: TExecOpenDialogEvent;


Description

Write an OnAfterDialog event handler to do something after the dialog has been shown. Action holds the result of the file or directory selection process (i.e, whether the user selected a file or directory and pressed OK or canceled it by pressing Cancel). By altering Action you can alter the result of the file or directory selection (i.e., if the user pressed the Cancel button then Action will be initially false. By setting it to true, the combo edit control will act as if the user selected the OK button). By changing Name you can alter the selected name.


See Also

TJvFileDirEdit.OnBeforeDialog


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