Vcl.ComCtrls.TCustomSectionTrackEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCustomSectionTrackEvent = procedure(HeaderControl: TCustomHeaderControl;
Section: THeaderSection; Width: Integer;
State: TSectionTrackState) of object;

C++

typedef void __fastcall (__closure *TCustomSectionTrackEvent)(TCustomHeaderControl* 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

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