FMX.Header.THeaderItem.OnResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResize: TNotifyEvent read FOnResize write FOnResize;

C++

__property OnResize;

Properties

Type Visibility Source Unit Parent
event published
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeaderItem

Description

Occurs immediately after the control is resized.

FMX.Header.THeaderItem.OnResize inherits from FMX.Controls.TControl.OnResize. All content below this line refers to FMX.Controls.TControl.OnResize.

Occurs immediately after the control is resized.

OnResize also occurs when Resize is called.

Write an event handler for OnResize to make any final adjustments after a control is resized.

See Also