RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpenDialog.OnFileOkClick Event

Occurs when the user clicks the OK button.

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

OnFileOkClick occurs when whenever the user clicks the OK button. The event occurs just before the dialog returns with a result. The DoOnFileOkClick method triggers this event. 

 

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