Data.DB.TFMTBCDField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(var Value: TBcd): Boolean;

C++

bool __fastcall GetValue(Data::Fmtbcd::TBcd &Value);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TFMTBCDField

Description

Returns the field's BCD value.

GetValue returns the field's value as it is stored internally (as a BCD value).

See Also