Data.DB.TBCDField.GetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBCDField |
Delphi
function GetValue(var Value: Currency): Boolean;
C++
bool __fastcall GetValue(System::Currency &Value);
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.