com.ergotech.vib.graphics.TextArea
The TextArea graphic is a Basic Layout text field graphic used to display or enter longer text values.
TextArea is useful when an application needs a larger text display area, multi-line text, notes, messages, instructions, or runtime text updates.
TextArea shares common properties with other Basic Layout text field graphics. See Text Field Common Properties for shared font, color, editable, enabled, background, visibility, and data source behavior.
The TextArea display can be updated from an input connection.
This can be useful when the TextArea needs to show a string value, message, or updated text from another source.
TextArea can provide an output value through its PrimaryOutPort.
This allows the TextArea value to be used by other logic components when the graphic is configured to send or update values.
TextArea supports longer text display and includes settings for how text is handled inside the field.
TextArea-specific settings may include:
In the Logic Editor, TextArea may include ports such as:
The exact available ports may depend on the current MIStudio version and configuration.
For shared text field settings, see Text Field Common Properties.
For general graphic behavior, see Active Graphic.