Datasnap.DBClient.TCustomRemoteServer.GetProviderNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomRemoteServer

Delphi

procedure GetProviderNames(Proc: TGetStrProc); virtual;

C++

virtual void __fastcall GetProviderNames(System::Classes::TGetStrProc Proc);

Description

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

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.

See Also