ComponentOne True DBInput Pro 8.0
DataProperty Property (TDBDate)

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

Syntax

TDBDate.DataProperty= value

Read/Write at run time and design time.

Values

Design Time

Run Time

0 - Value Property (Default)

dbiValueProperty

1 - Number Property

dbiNumberProperty

Remarks

If set to 0-Value, the serial value set in the Value property will be the format used for storing data into the appropriate data source. In this case, a field defined as a Date type is recommended for binding and connecting.

If set to 1-Number, the long integer formatted value - yyyymmdd format in the Number property will be used for storing data into the data source. In this case, a field defined as a Number (Long) is recommended.

See Also

Value Property (TDBDate)

Number Property (TDBDate)

 

 


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

Product Support Forum  |  Documentation Feedback