Table of Contents

TatRoutineInfo.VariableByName Method

Returns a TatVariableInfo object related to the variable (or parameter) specified by the name AName. If the variable or parameter doesn't exist, VariableByName returns nil.

Syntax

Unit: atScript

function TatRoutineInfo.VariableByName(AName: string): TatVariableInfo;

Parameters

<-> Parameter Type Description
AName string

See also