RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.DoOnExecute Method

Call OnExecute event method if defined.

Pascal
procedure DoOnExecute; dynamic;
C++
__fastcall DoOnExecute();

DoOnExecute calls the OnExecute event, if the event is defined. DoOnExecute is called by the Execute method, so this event occurs whenever an instance of TCustomFileDialog gets executed. Execute causes the dialog to be displayed. 

 

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