Table of Contents

TatScript.LoadCodeFromFile Method

LoadCodeFromFile loads a compiled p-code from the file specified by AFileName. It calls LoadCodeFromStream internally to perform the loading operation. See LoadCodeFromStream method for more details.

Syntax

Unit: atScript

procedure TatScript.LoadCodeFromFile(AFileName: string);

Parameters

<-> Parameter Type Description
AFileName string

See also