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 ItemDescription
Read ContentGets the content of the token. The content is all text that does not include any tags, delimiters, or keys.
Write ContentSets the content of the token. The content is all text that does not include any tags, delimiters, or keys.