Data.DB.TBCDField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(var Value: Currency): Boolean;

C++

bool __fastcall GetValue(System::Currency &Value);

Properties

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

Description

Returns the field's value as a Currency.

The GetValue method populates the Value parameter with the field's value returned as a Currency. If the field is empty, GetValue returns False; otherwise, GetValue returns True.

See Also