Text Property

Gets or sets the current value of the control or object.

object.Text = [string]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the current value of the control.

Use

The Text property behaves in the following way for the various controls:

This property may be entered as an expression in the Designer property list, by preceding the expression with an equals (=) sign. The expression will be evaluated when the Form is initialized, and the property will be set to the result of the expression.

See Also

Format property | MaxLength property | PasswordChar property | Value property | Variable property | Caption property

Applies To

Clipboard object

Column object

Combo box control

Date combo box control

Function key object

List box control

Numeric combo control

Text box control


© 2004-2021 looksoftware. All rights reserved.