Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetDSContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDSContext(const Ctx: string);

C++

void __fastcall SetDSContext(const System::UnicodeString Ctx);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Description

Protected setter implementation for the DSContext property.

The SetDSContext method is the protected setter implementation for the DSContext property.

See Also