Vcl.Controls.TControl.FOriginalParentSize
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.