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