RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.FOriginalParentSize Field

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

Pascal
FOriginalParentSize: TPoint;
C++
TPoint FOriginalParentSize;

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, correspondingly. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!