TextBox Control

Creates a text box.

TextBox

Remarks

Creates a text box in which you can edit the contents of a memory variable, array element, or field. All standard Visual FoxPro editing features, such as cut, copy, and paste, are available in the text box. If the text box is used to edit a date or datetime value and the entire value is selected, you can press + or - to increment or decrement the value by one day.

Use the InputMask and Format properties to specify how values are entered and displayed in the text box.

For additional information about creating text boxes, see the Form Designer topic and Using Controls.

See Also

TextBox Control Properties, Methods and Events | CREATE CLASS | CREATE FORM | DEFINE CLASS