Vcl.ComCtrls.TSectionTrackEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TSectionTrackEvent = procedure(HeaderControl: THeaderControl;
Section: THeaderSection; Width: Integer;
State: TSectionTrackState) of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ComCtrls.pas
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