Data.DB.TFMTBCDField.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 | TFMTBCDField |
Description
Returns the value of the field as an Integer.
GetAsInteger returns the integer value closest to the field's value.