FireDAC.Phys.TFDPhysDriverLink.ServicesCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServicesCount: Integer read GetServicesCount;

C++

__property int ServicesCount = {read=GetServicesCount, nodefault};

Properties

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

Description

The number of services attached to this driver link.

Use the ServicesCount property to get the number of service components attached to this driver link.

See Also