RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.OnShareViolation Event

Occurs when sharing violations arise from open or save operations.

Pascal
property OnShareViolation: TFileDialogShareViolationEvent;
C++
__property TFileDialogShareViolationEvent OnShareViolation;

OnShareViolation occurs when sharing violations arise from open or save operations. If an event handler is defined, the property contains a pointer to a TFileDialogShareViolationEvent. The DoOnShareViolation method triggers this event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!