FireDAC.Phys.MongoDBWrapper.TMongoCursor.IsAlive
Delphi
property IsAlive: Boolean read GetIsAlive;
C++
__property bool IsAlive = {read=GetIsAlive, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoCursor |
Description
Read-only. Returns True when the cursor is alive.
FireDAC.Phys.MongoDBWrapper.TMongoCursor.IsAlive inherits from FireDAC.Phys.MongoDBWrapper.IMongoCursor.IsAlive. All content below this line refers to FireDAC.Phys.MongoDBWrapper.IMongoCursor.IsAlive.
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.