Table of Contents

TatObjects.FindInstanceByPropertyName Method

Returns the index of TatObject which holds the property specified by APropertyName. If the property is found, a reference to it is returned in AProperty parameter.

Syntax

Unit: atScript

function TatObjects.FindInstanceByPropertyName(APropertyName: string; var AProperty: TatProperty): Integer;

Parameters

<-> Parameter Type Description
APropertyName string
var AProperty TatProperty

See also