FMX.StdCtrls.TArcDial.OnResized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResized: TNotifyEvent read FOnResized write FOnResized;

C++

__property OnResized;

Properties

Type Visibility Source Unit Parent
event published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TArcDial

Description

Occurs immediately after the control is resized.

FMX.StdCtrls.TArcDial.OnResized inherits from FMX.Controls.TControl.OnResized. All content below this line refers to FMX.Controls.TControl.OnResized.

Occurs immediately after the control is resized.

This event is invoked when the control is resized, and all the control’s children are aligned.


See Also