FireDAC.Phys.MongoDBWrapper.TMongoCursor.TDefault.Next

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Next: Boolean; overload;
function Next(ADoc: TMongoDocument): Boolean; overload;

C++

bool __fastcall Next(void)/* overload */;
bool __fastcall Next(TMongoDocument* ADoc)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TDefault

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!