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


説明

ヘッダー コントロールのいずれかのセクションがサイズ変更された際に、発生します。

OnSectionResize イベントは、ヘッダー セクションが実行時にサイズ変更された際に発生します。 これは、ユーザーがマウス ポインタを 2 つのヘッダーセクションの間において、その境界線を右または左へドラッグした際に発生します。

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

関連項目