Vcl.Controls.TControl.FOriginalParentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FOriginalParentSize: TPoint;

C++

System::Types::TPoint FOriginalParentSize;

Properties

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

Description

Specifies the original size of the parent to which the control is anchored.

FOriginalParentSize specifies the original size of the parent to which the control is anchored.

The X and Y coordinates specify the original width and height of the parent control, respectively.