RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.DoOnFileOkClick Method

Call OnFileOkClick event method if defined.

Pascal
function DoOnFileOkClick: Boolean; dynamic;
C++
__fastcall Boolean DoOnFileOkClick();

DoOnFileOkClick calls the OnFileOkClick event, if the event is defined. DoOnFileOkClick is called whenever the user clicks the OK button. The event occurs just before the dialog returns with a result. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!