Data.DB.TFMTBCDField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: TBcd read GetAsBCD write SetAsBCD;

C++

__property Data::Fmtbcd::TBcd Value = {read=GetAsBCD, write=SetAsBCD};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TFMTBCDField

Description

Represents the value of the BCD field as a 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.

See Also