FireDAC.Phys.MongoDBWrapper.TMongoDocument.Elements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Elements: TJSONCollectionBuilder.TElements read GetElements;

C++

__property System::Json::Builders::TJSONCollectionBuilder::TElements* Elements = {read=GetElements};

Properties

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

Description

Returns a reference to the builder of arrays for this document.


See Also