FireDAC.Phys.MongoDBWrapper.TMongoObject.OwningObj

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OwningObj: TObject read FOwningObj;

C++

__property System::TObject* OwningObj = {read=FOwningObj};

Properties

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

Description

Read-only. Returns a reference to an object that owns this object.

Note: The owner of this object differs from the owner of this object handle.

See Also