Class wwWebTextBox

The TextBox control provides basic text input functionality for single line, multiline and password type text input.

Custom wwWebControl wwWebTextBox

Class Members

MemberDescription
Change Change event that is fired if the value of the control is changed. Only fired when AutoPostBack=true. ```html ``` To handle the event just implement the method on the page…
ControlSource The ControlSource binds a value expression to the Text Property by default. Expressions can be any valid Visual FoxPro expression that is in Scope including variables, class properties or even…
ControlSourceFormat FoxPro Format String used when a control source is bound to data. Also support a format method. You can use standard FoxFormat expressions like "@!" for uppercase, or "@YL" for a long date value.…
IsRequired Determines whether the text box can be left empty. If empty an error is created in the BindindErrors collection
LabelText Text for a label before the textbox. Note the text is placed as plain text - no table formatting.
MaxLength Maximum number of characters allowed in the textbox. Renders the MaxLength textbox attribute into HTML.
Text The Text property is the key value property for the TextBox. It's the default ControlSource Property as well.
TextMode Input mode for the TextBox control The following modes are supported: * SingleLine * MultiLine * Password

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic