Vcl.ComCtrls.TCoolBar.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar


説明

バンドの位置またはサイズが変更された際に発生します。

OnChange イベントは、TCoolBandBreak、Index、または Width の各プロパティが実行時に変更されると発生します。OnChange イベント ハンドラは、たとえば、Windows レジストリにバンドの位置およびサイズを記録するのに、使用することができます。

OnChange は、TNotifyEvent 型のイベント ハンドラです。

関連項目