FireDAC.Phys.IBBase.TFDIBInfo.QueryService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure QueryService(AService: TIBService); override;

C++

virtual void __fastcall QueryService(Firedac::Phys::Ibwrapper::TIBService* AService);

Properties

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

Description

Queries information from the database server using the specified service.

See Also