Data.DB.TFloatField.GetAsInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsInteger: Integer; override;

C++

virtual int __fastcall GetAsInteger();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TFloatField

Description

Returns the value of the field as a long integer.

GetAsInteger returns the field's floating-point value rounded to a long integer.

See Also