TatRoutineInfo.ResultTypeDecl Property
Contains the textual identifier of the result type of the declared function routine.
Remarks
For example, if the script declares:
function MyFunction: string;
then ResultTypeDecl will be 'string'.
Syntax
Unit: atScript
property TatRoutineInfo.ResultTypeDecl: string