Data.DB.TBCDField.GetAsInteger
Delphi
function GetAsInteger: Longint; override;
C++
virtual int __fastcall GetAsInteger(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TBCDField | 
Description
Returns the value of the field as an Integer.
The GetAsInteger method returns the value of the field as an Integer.