FireDAC.Phys.IBBase.TFDIBInfo.CreateService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBInfo

Description

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