FireDAC.Phys.TFDPhysDriverLink.Services

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Services[AIndex: Integer]: TFDPhysDriverService read GetServices;

C++

__property TFDPhysDriverService* Services[int AIndex] = {read=GetServices};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverLink

Description

The services attached to this driver link.

Use the Services property to get access to the service components attached to this driver link.

See Also