TXTextControl.FieldDescriptiveText Property

Defines a descriptive text for a hyperlink or form field. If a text already exists, the old text is deleted. An empty string indicates that the hyperlink has no such text. An empty string can also be used to delete a previously set text. The FieldCurrent property determines the field which text is set. The field must be of the type txFieldExternalLink, txFieldInternalLink, txFieldCheckBox, txFieldComboBox, txFieldFormText or txFieldDate.

Introduced: 34.0.

Syntax

TXTextControl.FieldDescriptiveText [= string]

Data Types

String.

Limitations

Run time only.

See Also