Vcl.Dialogs.TFileDialogCloseEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFileDialogCloseEvent)(System::TObject* Sender, bool &CanClose);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

Event for user clicking OK.

TFileDialogCloseEvent is the event for the user clicking OK. If defined, the OnFileOkClick property contains a pointer to this event.

See Also