Table of Contents

TatRoutineInfo.DeclarationInstruction Property

Contains the Prepare p-code instruction that is the entry point of the routine.

Remarks

This is the first p-code instruction executed when the routine is called; it allocates stack space for local variables and parameters. You will rarely need to use this property.

Syntax

Unit: atScript

property TatRoutineInfo.DeclarationInstruction: pSimplifiedCode

See also