Vcl.Dialogs.TCustomFileDialog.DoOnShareViolation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DoOnShareViolation(var Response: TFileDialogShareViolationResponse); dynamic;

C++

DYNAMIC void __fastcall DoOnShareViolation(TFileDialogShareViolationResponse &Response);

プロパティ

種類 可視性 ソース ユニット
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

説明

OnShareViolation イベントメソッドを呼び出します(定義されている場合)。

DoOnShareViolationOnShareViolation イベントを呼び出します(イベントが定義されている場合)。 DoOnShareViolation は,開く操作または保存操作によって共有違反が発生したときに呼び出されます。

関連項目