Click or drag to resize
TextMacro Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineTextMacro

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

The TextMacro type exposes the following members.

Constructors
  NameDescription
Public methodTextMacro
Initializes a new instance of the TextMacro class
Top
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