Table of Contents

TatVariableInfo.TypeDecl Property

Contains the textual name of the declared type of the variable.

Remarks

For example, for the declaration var MyVar: integer;, TypeDecl will be 'integer'.

Syntax

Unit: atScript

property TatVariableInfo.TypeDecl: string

See also