IdxRichEditDocument.SetDocBytes(TBytes) Method
In This Article
Replaces the document’s content with another document in the DOC binary format.
#Declaration
Delphi
procedure SetDocBytes(const Value: TBytes);
#Parameters
Name | Type |
---|---|
Value | TBytes |
#Remarks
Call this procedure and pass a byte array that contains a DOC document as a parameter to clear the document and fill it with the specified content.
Note
The Set
The SetDocBytes procedure is the DocBytes property’s setter.
See Also