Datasnap.DSHTTP.TDSHTTPContextIndy.Context

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Context: IIPContext read FContext;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPContextIndy

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