Vcl.Dialogs.TFileDialogOverwriteEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFileDialogOverwriteEvent)(System::TObject* Sender, TFileDialogOverwriteResponse &Response);

Properties

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

Description

Event just before a file would be overwritten.

TFileDialogOverwriteEvent is the event just before a file would be overwritten from a save operation. If defined, the OnOverwrite property contains a pointer to this event.

See Also