Click or drag to resize
ITextMacro Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface ITextMacro

The ITextMacro type exposes the following members.

Properties
  NameDescription
Public propertyDisplayString
Variable value.
Public propertyIsReserved
Is set to true if the variable is a reserved variable.
Public propertyIsSystem
Is set to true if the variable is a system variable.
Public propertyRefSeqNo
Order in which the variable was referenced during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo.
Public propertySetSeqNo
Order in which the variable was updated during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo.
Public propertyTag
Name of the variable.
Top
See Also