TXTextControl.FieldData Property

This property relates numeric or string data to a marked text field.

Syntax

TXTextControl.FieldData(FieldId) [= Data]
Parameter Description
FieldId

Identifies the field that is to be manipulated.

Remarks

The specified data can be a long value or a character string. A long value of zero or an empty string deletes all data previously related to the specified marked text field.

Data Types

Long or String.

Limitations

Run time only.

See Also