Vcl.ComCtrls.TSectionTrackEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

TSectionTrackEvent 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 TSectionTrackState.

See Also