Vcl.ComCtrls.THeaderControl.OnSectionTrack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionTrack: TSectionTrackEvent read GetOnSectionTrack  write SetOnSectionTrack;

C++

__property TSectionTrackEvent OnSectionTrack = {read=GetOnSectionTrack, write=SetOnSectionTrack};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

Description

Occurs as one of the header control's sections is being resized.

The OnSectionTrack event tracks the dragging of a header section's border as it happens. OnSectionTrack occurs when the mouse pointer is positioned between two header sections and the left mouse button is pressed.

OnSectionTrack is of type TSectionTrackEvent.

See Also