Table of Contents

TatRoutinesInfo.IndexOf Method

Returns the index, in the collection, of the routine specified by AName. If there is no such routine, IndexOf returns -1.

Syntax

Unit: atScript

function TatRoutinesInfo.IndexOf(AName: string): Integer;

Parameters

<-> Parameter Type Description
AName string

See also