Data.DB.TLongWordField.GetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TLongWordField |
Delphi
function GetValue(var Value: Cardinal): Boolean; virtual;
C++
virtual bool __fastcall GetValue(unsigned &Value);
Description
Gets the field's value.
GetValue returns True if the Value
parameter was successfully populated with the field's value, False otherwise.