Table of Contents

TatClass.ClassMethodByName Method

Returns the TatMethod object associated with the class method specified by AName. If such method doesn't exist, ClassMethodByName returns nil.

Syntax

Unit: atScript

function TatClass.ClassMethodByName(AName: string): TatMethod;

Parameters

<-> Parameter Type Description
AName string

See also