Vcl.ColorGrd.TColorGrid.OnChange

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

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

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

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.ColorGrd.pas
Vcl.ColorGrd.hpp
Vcl.ColorGrd TColorGrid


説明

カラー グリッドが変更された際に発生します。

OnChange イベント ハンドラを使用すると、カラー グリッド コントロールが変更された際の、特殊な処理を指定することができます。

関連項目