Data.DBXDelegate.TDBXDelegateWritableValue.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 protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Get TBcd representation of value.

Data.DBXDelegate.TDBXDelegateWritableValue.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