RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TProviderDataModule.Providers Property

Lists the registered 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 (for example, if the provider's Exported property is false) reading Providers raises an exception. 

 

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