Data.DBXCommon.TDBXAnsiStringValue.GetAsBcd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsBcd: TBcd; override;

C++

virtual Data::Fmtbcd::TBcd __fastcall GetAsBcd();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXAnsiStringValue

Description

Get TBcd representation of value.

Data.DBXCommon.TDBXAnsiStringValue.GetAsBcd inherits from Data.DBXCommon.TDBXValue.GetAsBcd. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsBcd.

Get TBcd representation of value.

GetAsBcd 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