Data.DBXCommon.TDBXProperties.OnChange

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

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

プロパティ

種類 可視性 ソース ユニット
event public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXProperties


説明

プロパティが変更されるたびに発生します。

OnChange イベント ハンドラを記述すると、この TDBXProperties オブジェクトのプロパティが変更された際の動作を指定することができます。

関連項目