Vcl.Dialogs.TFileDialogCloseEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFileDialogCloseEvent = procedure(Sender: TObject; var CanClose: Boolean) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Dialogs.pas
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