API:Data.DBXCommon.TDBXWritableValue.AsBcd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBcd: TBcd read GetAsBcd write SetAsBcd;

C++

__property Data::Fmtbcd::TBcd AsBcd = {read=GetAsBcd, write=SetAsBcd};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

TBcd representation of value.

Data.DBXCommon.TDBXWritableValue.AsBcd inherits from Data.DBXCommon.TDBXValue.AsBcd. All content below this line refers to Data.DBXCommon.TDBXValue.AsBcd.

TBcd representation of value.

AsBcd returns a TBcd representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also