FireDAC.Phys.MongoDBWrapper.TMongoDocument.InArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InArray: Boolean read GetInArray;

C++

__property bool InArray = {read=GetInArray, nodefault};

Properties

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

Description

Verifies whether the current document level belongs to an opened nested array.


This property returns True when the current document level belongs to an opened nested array.

See Also