RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemoteDataModule.RegisterProvider Method

Adds a provider to the list returned by AS_GetProviderNames.

Pascal
procedure RegisterProvider(Value: TCustomProvider); virtual;
C++
virtual __fastcall RegisterProvider(TCustomProvider Value);

Call RegisterProvider to make a provider available through the remote data module's IAppServer interface. Pass a reference to the provider as the Value parameter. Once a provider is registered, its availability to client applications can be turned on or off using its Exported property. 

There is no need to call RegisterProvider for providers that are added at design time or when the remote data module is assigned as an Owner in the provider's constructor. These are registered automatically. 

Before a registered provider is destroyed, it must be unregistered using the UnRegisterProvider method. Providers that have the remote data module as an Owner are unregistered automatically from their destructors. 

 

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