RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocalConnection.Providers Property

Lists the local providers with which this local connection component can communicate.

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

Providers provides access to the local providers that are available through the IAppServer interface. Providers only lists the providers whose Exported property is set to true. 

ProviderName is the name of a provider. If you specify a name of a provider that is not listed, TLocalConnection raises an exception. 

 

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