Back to Devexpress

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

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-dot-setbounds-x28-system-dot-integer-system-dot-integer-system-dot-integer-system-dot-integer-x29.md

latest1.2 KB
Original Source

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

NameType
ALeftInteger
ATopInteger
AWidthInteger
AHeightInteger

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

TdxRichEditControlBase

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit