Contentable Controls and VIs
Owning Palette: Tokens Classes, Controls, and VIs
Requires: Labstache
The Contentable class provides an interface, or Application Programming Interface (API), for any token that can have content. Objects of this class should not be directly created. Instead, a new class that inherents from the Contentable class should be created.
Class Item | Description |
---|---|
Read Content | Gets the content of the token. The content is all text that does not include any tags, delimiters, or keys. |
Write Content | Sets the content of the token. The content is all text that does not include any tags, delimiters, or keys. |