FireDAC.Phys.MongoDBWrapper.TMongoConnection.HandleAllocated
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 | TMongoConnection |
Description
Provides an additional API handle setup.
FireDAC.Phys.MongoDBWrapper.TMongoConnection.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.