IdxRichEditDocument.SetText(string) Method
In This Article
#Declaration
Delphi
procedure SetText(const Value: string);
#Parameters
Name | Type |
---|---|
Value | string |
#Remarks
The SetText procedure is a setter of the Text property.
See Also