API:FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.InternalFreeHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalFreeHandle; override;

C++

virtual void __fastcall InternalFreeHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoWriteConcern

Description

Releases the MongoDB API handle.

FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.InternalFreeHandle inherits from FireDAC.Phys.MongoDBWrapper.TMongoObject.InternalFreeHandle. All content below this line refers to FireDAC.Phys.MongoDBWrapper.TMongoObject.InternalFreeHandle.

Releases the MongoDB API handle.

Override this method in the derived classes to define how to release the MongoDB API handle. This method is automatically called from the FreeHandle method when this object owns the handle and it is no longer needed.

See Also