FireDAC.Phys.MongoDBWrapper.TMongoDatabase.HandleAllocated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleAllocated; override;

C++

virtual void __fastcall HandleAllocated();

Properties

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

Description

Provides an additional API handle setup.

FireDAC.Phys.MongoDBWrapper.TMongoDatabase.HandleAllocated inherits from FireDAC.Phys.MongoDBWrapper.TMongoObject.HandleAllocated. All content below this line refers to FireDAC.Phys.MongoDBWrapper.TMongoObject.HandleAllocated.

Provides an additional API handle setup.

In the derived classes, override this method to provide additional API handle setup. This method is called automatically when a new value is assigned to Handle or after allocating the API handle.

See Also