FireDAC.Phys.IBBase.TFDIBInfo.CreateService

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBInfo

Delphi

function CreateService(AEnv: TIBEnv): TIBService; override;

C++

virtual Firedac::Phys::Ibwrapper::TIBService* __fastcall CreateService(Firedac::Phys::Ibwrapper::TIBEnv* AEnv);

Description

Creates an instance of TIBInfo InterBase API wrapping class and configures it to use the specified TIBEnv InterBase API environment object.