Vcl.ComCtrls.TSectionTrackEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

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

Beschreibung

TSectionTrackEvent ist eine von dem 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 hat den Typ TSectionTrackState.

Siehe auch