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