Datasnap.DSHTTPCommon.TDSHTTPRequest.Command

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Command: string read GetCommand;

C++

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

Description

Represents the HTTP command.

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

See Also