Data.DBXDelegate.TDBXDelegateWritableValue.GetBcd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBcd: TBcd; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Gets the BCD value for binary-compressed decimal data types.

Data.DBXDelegate.TDBXDelegateWritableValue.GetBcd inherits from Data.DBXCommon.TDBXValue.GetBcd. All content below this line refers to Data.DBXCommon.TDBXValue.GetBcd.

Gets the BCD value for binary-compressed decimal data types.

Gets the BCD value for TDBXValue instances with a with a data type of BcdType. Throws a TDBXError exception if IsNull is true.

See Also