Vcl.ComCtrls.TCustomSectionTrackEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

TCustomSectionTrackEvent is a procedure called by the OnSectionTrack event.

The Width parameter indicate the size of the header section (in pixels).

The State parameter indicates the status of the event and is of type Vcl.ComCtrls.TSectionTrackState.

See Also