FireDAC.Comp.Client.TFDCustomCommand.BeforeClose

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

Delphi

property BeforeClose: TNotifyEvent read FBeforeClose write FBeforeClose;

C++

__property System::Classes::TNotifyEvent BeforeClose = {read=FBeforeClose, write=FBeforeClose};

プロパティ

種類 可視性 ソース ユニット
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand


説明

このイベントは、コマンドがクローズされる前に発生します。

BeforeClose イベントは、Close の呼び出し、または ActiveFalse に設定することにより、コマンドがクローズされる前に発生します。

関連項目