RAD Studio VCL Reference
|
Represents the field's value as a TBcd value.
property AsBCD: TBcd;
__property TBcd AsBCD;
Use AsBCD to read the value of the field's data into a TBcd or assign a TBcd value to the contents of the field.
As implemented by TField, reading AsBCD returns the value of AsCurrency converted to a TBcd value, and setting AsBCD sets the AsCurrency property after converting a supplied TBcd value to the Currency type. Some TField descendants override AsBCD to perform a more direct conversion.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|