Vcl.ComCtrls.TCustomSectionTrackEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

TCustomSectionTrackEvent 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 Vcl.ComCtrls.TSectionTrackState.

See Also