Vcl.Dialogs.TCustomFileDialog.DoOnShareViolation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoOnShareViolation(var Response: TFileDialogShareViolationResponse); dynamic;

C++

DYNAMIC void __fastcall DoOnShareViolation(TFileDialogShareViolationResponse &Response);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Beschreibung

Ruft das Ereignis OnShareViolation auf, sofern es definiert ist.

DoOnShareViolation ruft das Ereignis OnShareViolation auf, wenn dieses Ereignis definiert ist. DoOnShareViolation wird aufgerufen, wenn bei Öffnen- oder Schließen-Operationen eine Verletzung bei der gemeinsamen Benutzung auftritt.

Siehe auch