Vcl.ExtCtrls.THeader.OnSizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSizing: TSectionEvent read FOnSizing write FOnSizing;

C++

__property TSectionEvent OnSizing = {read=FOnSizing, write=FOnSizing};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

Description

Occurs before the header is resized.

Write an OnSizing event handler to perform special processing immediately before the header is resized. In this event, AWidth is the width that the section will have after it is resized. Use the SectionWidth property to determine the current size of the section.

See Also