FMX.CalendarEdit.TCalendarEdit.OnResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResize: TNotifyEvent read FOnResize write FOnResize;

C++

__property OnResize _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnResize is deprecated.

Occurs immediately after the control is resized.

FMX.CalendarEdit.TCalendarEdit.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