Datasnap.DSHTTP.TDSHTTPContextIndy.Context

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPContextIndy

Delphi

property Context: IIPContext read FContext;

C++

__property Ippeerapi::_di_IIPContext Context = {read=FContext};

Description

Specifies the Indy context.

The Context property specifies the Indy context. It is provided so that the event handlers can use Indy-specific properties.

See Also