RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TFileDialogShareViolationEvent Type

Event when sharing violations arise from open or save operations.

Pascal
TFileDialogShareViolationEvent = procedure (Sender: TObject; var Response: TFileDialogShareViolationResponse) of object;
C++
(Sender: TObject; var Response: TFileDialogShareViolationResponse) ( TFileDialogShareViolationEvent)();

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!