Data.DB.TFMTBCDField.GetAsInteger

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFMTBCDField

Delphi

function GetAsInteger: Integer; override;

C++

virtual int __fastcall GetAsInteger();

Description

Returns the value of the field as an Integer.

GetAsInteger returns the integer value closest to the field's value.

See Also