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 IAppServer 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!