RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFMTBCDField.Value Property

Represents the value of the BCD field as a TBcd value.

Pascal
property Value: TBcd;
C++
__property TBcd Value;

Use Value to read data from and write data to a BCD field. Using the Value property is the same as using the AsBCD property. 

If a value assigned to the field is not within the range established by the MinValue and the MaxValue properties, an EDatabaseError exception is raised. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!