Vcl.Dialogs.TFileDialogShareViolationEvent

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

C++

typedef void __fastcall (__closure *TFileDialogShareViolationEvent)(System::TObject* Sender, TFileDialogShareViolationResponse &Response);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

説明

開く操作または保存操作で共有違反が発生したときのイベント。

TFileDialogShareViolationEvent は,開く操作または保存操作で発生した共有違反のイベントです。 定義した場合,OnShareViolation プロパティには,このイベントへのポインタが格納されます。

関連項目