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. 

 

DoOnShareViolation 

TFileDialogShareViolationEvent

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!