API:Vcl.ComCtrls.THeaderControl.OnSectionResize

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

Delphi

property OnSectionResize: TSectionNotifyEvent read GetOnSectionResize  write SetOnSectionResize;

C++

__property TSectionNotifyEvent OnSectionResize = {read=GetOnSectionResize, write=SetOnSectionResize};

プロパティ

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

説明

セクションのサイズ変更に応答します。

Vcl.ComCtrls.THeaderControl.OnSectionResize は Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize を参照しています。

セクションのサイズ変更に応答します。

OnSectionResize イベントは、ユーザーがヘッダー セクションをサイズ変更した際に発生します。 OnSectionResize は、ユーザーがマウス ボタンを離したときに発生します。

OnSectionResize は、Vcl.ComCtrls.TCustomSectionNotifyEvent 型のイベント ハンドラです。

関連項目