[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reflects the Bounds for the Control read during LCL component streaming.
Source position: controls.pp line 1618
public property TControl.ReadBounds : TRect |
ReadBounds is a read-only TRect property used when the values for the Top, Left, Height and Width properties are set during LCL component streaming. When ComponentState contains csLoading, changes to these properties cause the new values to be applied to ReadBounds prior to calling the SetBounds method. The internal ControlFlags are also updated to indicate that the property value has been loaded using LCL component streaming.
|
The client coordinate of the left edge of the control. |
|
|
The client coordinate of the top edge of the control. |
|
|
The horizontal extent of the control. |
|
|
The vertical size of the control. |
|
|
Sets the bounds (Left, Top, Width, Height) of the control. |
|
|
The rectangle of the designed bounds. |
|
|
Flags mostly for pending actions. |
lazarus-ccr.sourceforge.net |