Table of Contents

TatScriptInfo.RoutineByName Method

Retrieves the TatRoutineInfo object associated with the script routine specified by AName. If the routine doesn't exist in the script, RoutineByName returns nil.

Syntax

Unit: atScript

function TatScriptInfo.RoutineByName(AName: string): TatRoutineInfo;

Parameters

<-> Parameter Type Description
AName string

See also