Datasnap.DSHTTPCommon.TDSHTTPRequest.Command

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Command: string read GetCommand;

C++

__property System::UnicodeString Command = {read=GetCommand};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Description

Represents the HTTP command.

The Command property specifies the HTTP command received in the HTTP request.

See Also