Table of Contents

TTMSFNCBloxXBlox.LoadSettingsFromFile Method

Loads a diagram from a file, replacing the current elements, layers, and background settings.

API unit family: TMSFNCBloxCoreDiagram Declaring type: TTMSFNCBloxXBlox

Overloads

Overload 1

Loads a diagram from a file, replacing the current elements, layers, and background settings.

procedure LoadSettingsFromFile(AFileName: string); overload;

Parameters

Name Description
AFileName Source file path to read the diagram from.

Overload 2

Loads a diagram from a previously selected load-file handle, replacing the current elements, layers, and background settings.

procedure LoadSettingsFromFile(AFile: TTMSFNCUtilsLoadFile); overload;

Parameters

Name Description
AFile Handle to the file selected for loading.