TClrCustomControl.SetBounds(Integer,Integer,Integer,Integer) Method
Sets the windowed control's boundary properties all at once.
public procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override;
Parameters
- ALeft
- Type: Integer
- ATop
- Type: Integer
- AWidth
- Type: Integer
- AHeight
- Type: Integer