RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRemoteServer.GetProviderNames Method

Executes a callback for all provider objects on the application server.

Pascal
procedure GetProviderNames(Proc: TGetStrProc); virtual;
C++
virtual __fastcall GetProviderNames(TGetStrProc Proc);

Call GetProviderNames to execute the procedure specified by the Proc parameter for every provider exposed by the application server. For every provider listed by the remote data module's AS_GetProviderNames method, Proc is called with the name of the provider. 

 

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