JVCL Help:TJvSpacer.SetBounds
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSpacer.SetBounds Method
Search in JVCL Help
Search in all projectsSummary
Sets the spacing object's boundary properties all at once.
Pascal
procedureSetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); override;
Parameters
Parameters | Description |
ALeft: Integer | Specifies the horizontal coordinate of the left edge of the spacing object relative to its parent. |
ATop: Integer | Specifies the vertical coordinate of the top left edge of the spacing object relative to its parent. |
AWidth: Integer | Specifies the horizontal size of the spacing object or form in pixels. |
AHeight: Integer | Specifies the vertical size of the spacing object in pixels. |
Description
Use SetBounds to change all of the control’s boundary properties at once. SetBounds uses the Spacing property to determine the actual new height or width of the spacing object.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page