Vcl.ComCtrls.TSectionTrackEvent

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

C++

typedef void __fastcall (__closure *TSectionTrackEvent)(THeaderControl* HeaderControl, THeaderSection* Section, int Width, TSectionTrackState State);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

説明

TSectionTrackEvent は、OnSectionTrack イベントで呼び出される手続きです。


Width パラメータは、ヘッダー セクションのサイズ(ピクセル単位)を示します。

State パラメータは TSectionTrackState 型で、イベントの状態を示します。

関連項目