Datasnap.DSConnect.TDSProviderConnection.ServerClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerClassName: string read FServerClassName write SetServerClassName;

C++

__property System::UnicodeString ServerClassName = {read=FServerClassName, write=SetServerClassName};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Datasnap.DSConnect TDSProviderConnection

Description

Specifies the class name of a server data module exposed by a DataSnap server.

Use ServerClassName to specify the class name of a server data module exposed on a DataSnap server. A DataSnap server can expose a set of server data modules which contain dataset providers. In order to access those dataset provider on the client, use the ServerClassName property to specify the class name of the contacted data module from which the dataset providers will be accessed later on within the client datasets.

See Also