RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.DoOnShareViolation Method

Call OnShareViolation event method if defined.

Pascal
procedure DoOnShareViolation(var Response: TFileDialogShareViolationResponse); dynamic;
C++
__fastcall DoOnShareViolation(TFileDialogShareViolationResponse Response);

DoOnShareViolation calls the OnShareViolation event, if the event is defined. DoOnShareViolation is called when sharing violations that arise from Open or Save operations occur. 

 

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