RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCRemoteDataModule.Providers Property

Lists the provider components that are contained in the remote data module.

Pascal
property Providers [const ProviderName:string]: TCustomProvider;
C++
__property TCustomProvider Providers[AnsiString const ProviderName];

Use Providers to access a provider component from the remote data module given its name. The remote data module uses Providers to locate the target of method calls made using the TRemoteDataModule interface. 

If the value passed as is not one of the names returned by AS_GetProviderNames, or if the provider's Exported property is false, reading Providers raises an exception. 

 

AS_GetProviderNames 

Exported 

ProviderCount

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!