Table of Contents

TatClass.PropertyByName Method

Returns the TatProperty object associated with the property specified by AName. If such property doesn't exist, PropertyByName returns nil.

Syntax

Unit: atScript

function TatClass.PropertyByName(AName: string): TatProperty;

Parameters

<-> Parameter Type Description
AName string

See also