Show: Delphi C++
Display Preferences

Data.DBXDBReaders.TDBXDataSetRow.GetInt32

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure GetInt32(DbxValue: TDBXInt32Value; var Value: TInt32;  var IsNull: LongBool); override;

C++

virtual void __fastcall GetInt32(Data::Dbxcommon::TDBXInt32Value* DbxValue, int &Value, BOOL &IsNull);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetRow

Description

Updates the Value parameter to the value of a field specified by DbxValue as an Integer.

If no value is assigned to the specified field, the IsNull parameter is set to True.

See Also

Personal tools
Previous Versions
Translations