API:Datasnap.DSSession.TDSLocalSession.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSLocalSession

Delphi

constructor Create(AFilters: TTransportFilterCollection; AProtocolHandlerFactory: TDSJSONProtocolHandlerFactory);

C++

__fastcall TDSLocalSession(Data::Dbxtransport::TTransportFilterCollection* AFilters, Datasnap::Dstransport::TDSJSONProtocolHandlerFactory* AProtocolHandlerFactory);

Description

Creates an instance of the TDSTunnelSession class.

Datasnap.DSSession.TDSLocalSession.Create inherits from Datasnap.DSSession.TDSTunnelSession.Create. All content below this line refers to Datasnap.DSSession.TDSTunnelSession.Create.

Creates an instance of the TDSTunnelSession class.

Call Create to create an instance of the TDSTunnelSession class.

See Also