TXTextControl.DataTextFormat Property

When using a Text Control as a bound control, this property specifies if the data which is exchanged with a database is text or binary data.

Syntax

TXTextControl.DataTextFormat [= value]
Setting Description
0 Data is stored as text.
1 Text and formatting information are stored in the internal binary format.

Data Types

Integer.

See Also