FireDAC.Phys.MongoDBWrapper.TMongoObject.HandleAllocated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleAllocated; virtual;

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 TMongoObject

Description

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