Vcl.ComCtrls.TCustomSectionTrackEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TCustomSectionTrackEvent est une procédure appelée par l'événement OnSectionTrack.

Le paramètre Width indique la taille de la section d'en-tête (en pixels).

Le paramètre State indique le statut de l'événement et est du type Vcl.ComCtrls.TSectionTrackState.

Voir aussi