Vcl.Dialogs.TCustomFileDialog.DoOnShareViolation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnShareViolation(var Response: TFileDialogShareViolationResponse); dynamic;

C++

DYNAMIC void __fastcall DoOnShareViolation(TFileDialogShareViolationResponse &Response);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Call OnShareViolation event method if defined.

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

See Also