TTMSFNCMemo.AddSourceFromStream Method
Adds a source document loaded from a stream.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemo
Inherited from: TTMSFNCCustomMemo
Syntax
function AddSourceFromStream(AStream: TStream; AName: string = ''): TTMSFNCMemoSource;
Parameters
| Name | Description |
|---|---|
AStream |
The stream to load. |
AName |
The source document name. |
Returns
The source document that was added.