RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.OnFileOkClick Event

Occurs when the user clicks the OK button.

Pascal
property OnFileOkClick: TFileDialogCloseEvent;
C++
__property TFileDialogCloseEvent OnFileOkClick;

OnFileOkClick occurs when the user clicks the OK button. The event occurs just before the dialog returns with a result. If an event handler is defined, the property contains a pointer to a TFileDialogCloseEvent. The DoOnFileOkClick method triggers this event. 

 

DoOnFileOkClick 

TFileDialogCloseEvent

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