JVCL Help:TJvSpacer.SetBounds

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvSpacer.Spacing


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