Text Controls and VIs

Owning Palette: Nodes Classes, Controls, and VIs

Requires: Labstache

The Text class represents a block of text without any Mustache tags as a node in an Abstract Syntax Tree (AST).

Class ItemDescription
NewCreates a new Text node that represents a block of text without any Mustache tags.
Read SourceGets the original, raw text from the Mustache template that yielded the node during the parsing process.
Read TypeGets the Node type of an object. This is primarily used internally or when building custom compilers. This is more robust than using strings in case structures with the Get LV Class Name function, which is not available in older versions of LabVIEW.