Table of Contents

TatRoutinesInfo Class

TatRoutinesInfo holds a list of TatRoutineInfo objects which contains information about the routines declared in script, such as the routine name, parameters, etc.. The main routine is also present in the collection.

Syntax

Unit: atScript

TatRoutinesInfo = class(TOwnedCollection);

Methods

Name Description
GetNames Fills the AStrings object with the names of declared routines.
IndexOf Returns the index, in the collection, of the routine specified by AName. If there is no such routine, IndexOf returns -1.

Properties

Name Description
Items[i] Provides indexed-access to the TatRoutineInfo objects in the collection.