Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditControlBase.SetBounds(Integer,Integer,Integer,Integer) Method

Sets boundaries of the Rich Edit control on the application form.

#Declaration

Delphi
procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); override;

#Parameters

Name Type
ALeft Integer
ATop Integer
AWidth Integer
AHeight Integer

#Remarks

The ALeft and ATop parameters specify the new position of the Rich Edit control’s upper-left corner.

The AWidth and AHeight parameters specify the required width and height of the control, respectively.

See Also