Table of Contents

TatMethods Class

Holds the list of TatMethod objects which are the registered method for the class.

Syntax

Unit: atScript

TatMethods = class(TCollection);

Methods

Name Description
ClassMethodByName Returns the TatMethod object associated with the class method specified by AName.
IndexOf Returns the index of the TatMethod object associated with the method specified by AName.
MethodByName Returns the TatMethod object associated with the method specified by AName.

Properties

Name Description
atClass Provides a reference to the TatClass object in which this method is registered.
Items[i] Provides indexed access to the TatMethod objects in the collection