Vcl.ComCtrls.TSectionTrackEvent
C++
typedef void __fastcall (__closure *TSectionTrackEvent)(THeaderControl* HeaderControl, THeaderSection* Section, int Width, TSectionTrackState State);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.ComCtrls.hpp | Vcl.ComCtrls | Vcl.ComCtrls |
Description
TSectionTrackEvent is a procedure called by the OnSectionTrack event.
The Width parameter indicate the size of the header section (in pixels).
The State parameter indicates the status of the event and is of type TSectionTrackState.