Vcl.Dialogs.TFileDialogShareViolationEvent

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

Delphi

TFileDialogShareViolationEvent = procedure(Sender: TObject;
var Response: TFileDialogShareViolationResponse) of object;

C++

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

プロパティ

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

説明

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

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

関連項目