Table of Contents

TatVariablesInfo.FindByName Method

Returns the TatVariableInfo object which corresponds to the variable which name is specified by Name. If no variable is found, FindByName returns nil.

Syntax

Unit: atScript

function TatVariablesInfo.FindByName(AName: string): TatVariableInfo;

Parameters

<-> Parameter Type Description
AName string

See also