IdxRichEditDocument.GetDocBytes Method
In This Article
Returns the document’s content as a series of bytes in the DOC binary format.
#Declaration
Delphi
function GetDocBytes: TBytes; overload;
#Returns
Type |
---|
TBytes |
#Remarks
The GetDocBytes function is a getter of the DocBytes property.
See Also