FireDAC.Phys.MongoDBWrapper.TMongoObject.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: Pmongoc_handle_t read GetHandle write SetHandle;

C++

__property void * Handle = {read=GetHandle, write=SetHandle};

Properties

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

Description

Gets and sets the MongoDB API handle.

In derived classes, the FHandle private field is directly assigned.

Note: When Handle takes a non Nil value, to free memory, you should manually release the handle.

See Also