FireDAC.Phys.MongoDBWrapper.TMongoDocument.InObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InObject: Boolean read GetInObject;

C++

__property bool InObject = {read=GetInObject, 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 object.


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

See Also