Table of Contents

TatObjects.FindInstanceByMethodName Method

Returns the index of TatObject which holds the method specified by AMethodName. If the method is found, a reference to it is returned in AMethod parameter.

Syntax

Unit: atScript

function TatObjects.FindInstanceByMethodName(AMethodName: string; var AMethod: TatMethod): Integer;

Parameters

<-> Parameter Type Description
AMethodName string
var AMethod TatMethod

See also