Table of Contents

TatRoutineInfo.Prototype Property

References the forward-declared prototype of this routine, if one exists.

Remarks

When a routine has a prior forward declaration, two TatRoutineInfo objects exist in the Routines collection. The object for the actual implementation will have Prototype set to the forward-declared one. If the routine has no forward prototype, Prototype is nil.

Syntax

Unit: atScript

property TatRoutineInfo.Prototype: TatRoutineInfo

See also