RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileSaveDialog.OnExecute Event

Occurs when a file dialog gets executed.

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

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

 

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