Vcl.ComCtrls.TCustomSectionTrackEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TCustomSectionTrackEvent ist eine vom Ereignis OnSectionTrack aufgerufene Prozedur.

Der Parameter Width gibt die Größe des Header-Abschnitts (in Pixel) an.

Der Parameter State gibt den Status des Ereignisses an und ist ein Vcl.ComCtrls.TSectionTrackState-Wert.

Siehe auch