Text Property
Object List Next Object
Defined By: Label
Description:
Reads or sets the text contained in the label. The label's default is it's
Name property.
Details:
The Text property is a string that allows your program, you, or a user to
access and modify the contents of the label. It can be used to read the actual
string contained in the text box, or it can be used to replace the text in the
label by assigning a string as the value.
Text works in the same way as the Caption property, except that the Text
property is not persistent (it does not get saved out). If Caption is set, Text will
be set to Caption’s new value, but altering Text will not change Caption.
Data Type: String
See Also:
Caption property