API:Vcl.ComCtrls.THeaderControl.OnSectionResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionResize: TSectionNotifyEvent read GetOnSectionResize  write SetOnSectionResize;

C++

__property TSectionNotifyEvent OnSectionResize = {read=GetOnSectionResize, write=SetOnSectionResize};

Properties

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

Description

Responds to section resizing.

Vcl.ComCtrls.THeaderControl.OnSectionResize inherits from Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize.

Responds to section resizing.

The OnSectionResize event occurs when the user resizes a header section. OnSectionResize occurs when the user releases the mouse button.

OnSectionResize is an event handler of type Vcl.ComCtrls.TCustomSectionNotifyEvent.

See Also