TOC PREV NEXT INDEX



TextField


A TextField is an item which duplicates the functionality of the TextBox within the layout of a Form. A TextField will display text and allow the user to modify the text.

A TextField has a label which may be set in the property sheet. In addition, the maximum number of characters for the Textfield, its starting text and constraints may be set.

TextFields may execute code if they have been changed by a user. If this checkbox is selected in the property sheet, a new Code Area is displayed where Java code may be entered which will execute after the TextField has changed.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX