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