Data.DB.TBCDField.GetAsBCD

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBCDField

Delphi

function GetAsBCD: TBcd; override;

C++

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

Description

Returns the value of the field as a TBcd.

The GetAsBCD method returns the value of the field as a TBcd. GetAsBCD returns NullBcd if the field is empty.

See Also