Vcl.Dialogs.TFileDialogShareViolationEvent
Delphi
TFileDialogShareViolationEvent = procedure(Sender: TObject;
var Response: TFileDialogShareViolationResponse) of object;
C++
typedef void __fastcall (__closure *TFileDialogShareViolationEvent)(System::TObject* Sender, TFileDialogShareViolationResponse &Response);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
Event when sharing violations arise from open or save operations.
TFileDialogShareViolationEvent is the event for sharing violations that arise from open or save operations. If defined, the OnShareViolation property contains a pointer to this event.