API:Datasnap.DSSession.TDSRESTSession.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: TDSRESTSession

Delphi

constructor Create(AAuthManager: TDSCustomAuthenticationManager); virtual;

C++

__fastcall virtual TDSRESTSession(Datasnap::Dsauth::TDSCustomAuthenticationManager* AAuthManager);

Description

Creates an instance of the TDSSession class.

Datasnap.DSSession.TDSRESTSession.Create inherits from Datasnap.DSSession.TDSSession.Create. All content below this line refers to Datasnap.DSSession.TDSSession.Create.

Creates an instance of the TDSSession class.

Call Create to create an instance of the TDSSession class.

See Also