Vcl.ComCtrls.TSectionTrackEvent

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

Delphi

TSectionTrackEvent = procedure(HeaderControl: THeaderControl;
Section: THeaderSection; Width: Integer;
State: TSectionTrackState) of object;

C++

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

プロパティ

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

説明

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


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

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

関連項目