FMX.Controls.TControl.FOriginalParentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FOriginalParentSize: TPointF;

C++

System::Types::TPointF FOriginalParentSize;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Keeps the control's size, as coordinates of a point, after it is anchored to one of its parent's edges.

See Also