Soap.SOAPDm.TSoapDataModule.ProviderCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProviderCount: integer read GetProviderCount;

C++

__property int ProviderCount = {read=GetProviderCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Indicates the number of providers registered with the SOAP data module.

ProviderCount is the number of providers that can be accessed using the Providers property.

See Also