Table of Contents

TatObjects.FindInstanceByClassName Method

Returns the TatObject instance which correspondes to the class name specified by AClassName. See TatCustomScripter.UsesObject for more information.

Syntax

Unit: atScript

function TatObjects.FindInstanceByClassName(AClassName: string): TatObject;

Parameters

<-> Parameter Type Description
AClassName string

See also