RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.OnExecute Event

Occurs when a file dialog gets executed.

Pascal
property OnExecute: TNotifyEvent;
C++
__property TNotifyEvent OnExecute;

OnExecute occurs when an instance of TCustomFileDialog gets executed by the Execute method. Execute causes the dialog to be displayed. The DoOnExecute method triggers this event. 

 

DoOnExecute 

Execute

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!