Datasnap.DBClient.TCustomRemoteServer.GetProviderNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetProviderNames(Proc: TGetStrProc); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomRemoteServer

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