Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionResize: TCustomSectionNotifyEvent read FOnSectionResize

C++

__property TCustomSectionNotifyEvent OnSectionResize = {read=FOnSectionResize, write=FOnSectionResize};

Properties

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

Description

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