RAD Studio VCL Reference
|
Event when sharing violations arise from open or save operations.
TFileDialogShareViolationEvent = procedure (Sender: TObject; var Response: TFileDialogShareViolationResponse) of object;
(Sender: TObject; var Response: TFileDialogShareViolationResponse) ( TFileDialogShareViolationEvent)();
Dialogs
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|