Vcl.ComCtrls.TCustomSectionTrackEvent

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

Delphi

TCustomSectionTrackEvent = procedure(HeaderControl: TCustomHeaderControl;
Section: THeaderSection; Width: Integer;
State: TSectionTrackState) of object;

C++

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

プロパティ

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

説明

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


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

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

関連項目