Table of Contents

TTMSFNCMemo.AddSourceFromFile Method

Adds a source document loaded from a file.

API unit family: TMSFNCMemo Declaring type: TTMSFNCMemo Inherited from: TTMSFNCCustomMemo

Syntax

function AddSourceFromFile(AFileName: string; AName: string = ''): TTMSFNCMemoSource;

Parameters

Name Description
AFileName The file name to load.
AName The source document name.

Returns

The source document that was added.