ComponentOne True DBInput Pro 8.0
DataProperty Property (TDBMask)

 

Reference> TDBMask Control> TDBMask Control Properties> DataProperty Property (TDBMask)

DataProperty Property (TDBMask)

Sets/returns which of the control's data properties will be bound to the data source.

Syntax

object.DataProperty= value

Read/Write at run time and design time.

Values

Design Time

Run Time

0 - Value Property (Default)

dbiValueProperty

1 - Text Property

dbiTextProperty

Remarks

If set to 0-Value, the text excluding the literals set in the Value property will be the format used for storing data into the appropriate data source.

If set to 1-Text, the text including the literals set in the Text property will be used for storing data into the data source.

In either case, a field defined as a Text type is recommended.

See Also

Value Property (TDBMask)

Text Property (TDBMask)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback