Skip to main content

TcxSchedulerSubControl.SetBounds(Integer,Integer,Integer,Integer) Method

Sets all the attributes of the current TcxSchedulerSubControl component’s bounding at once.

Declaration

procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); virtual;

Parameters

Name Type
ALeft Integer
ATop Integer
AWidth Integer
AHeight Integer

Remarks

Use the SetBounds method to set the attributes of the current TcxSchedulerSubControl component’s bounding rectangle.

ALeft specifies the horizontal coordinate of the component rectangle’s upper left corner in pixels.

ATop specifies the vertical coordinate of the component rectangle’s upper left corner in pixels.

AWidth specifies the horizontal size of the component rectangle in pixels.

AHeight specifies the vertical size of the component rectangle in pixels.

See Also