SetDelimiter Controls and VIs
Owning Palette: Tokens Classes, Controls, and VIs
Requires: Labstache
The Set Delimiter class represents a Set Delimiter Mustache tag as a token.
Class Item | Description |
---|---|
New | Creates a new Set Delimiter object. |
Read New | Gets the new opening and closing components of the delimiter. |
Read Old | Gets the old, or original, opening and closing components of the delimiter before they were changed. |
Read Type | Gets the Token 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. |