FireDAC.Phys.MongoDBWrapper.IMongoCursor.IsAlive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsAlive: Boolean read GetIsAlive;

C++

__property bool IsAlive = {read=GetIsAlive};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper IMongoCursor

Description

Read-only. Returns True when the cursor is alive.

Use this property to check whether the cursor is alive. The IsAlive property returns True if the cursor is alive. Otherwise, the property returns False.

See Also