Index Overview

Text Area Control

Text Area is a control which implements a multi line area that displays text, with a user definable initial string.

Text Area control has the following attributes:

Init Text - This attribute specifies the initial string of the text field until changed by using Take Initial String.

The Text Area control has the following actions and parameters:

Services:

  • Take Initial String- Text Area recieves it's initial string from the input parameter called Init Text.
  • Hide/Show - Hides the control if previously visible, and vise versa
  • Input Parameters:

  • Init Text - Text Area takes it's initial string from this parameter when Take Initial String is carried out. If this parameter is not connected, the name specified in the control attribute will be used as the initial string.
  • Output Parameters:

  • Text - This parameter supplies the currently entered text.