TdxRichEditControlBase.SetBounds(Integer,Integer,Integer,Integer) Method
In This Article
Sets boundaries of the Rich Edit control on the application form.
#Declaration
Delphi
#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