Open main menu

RAD Studio API Documentation β

Data.DB.TBCDField.GetAsInteger

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 TBCDField

Description

Returns the value of the field as an Integer.

The GetAsInteger method returns the value of the field as an Integer.

See Also