Datasnap.DSHTTPCommon.TDSHTTPRequest.CommandType

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 CommandType: TDSHTTPCommandType read GetCommandType;

C++

__property TDSHTTPCommandType CommandType = {read=GetCommandType, nodefault};

Description

Specifies the type of HTTP command to be processed by DataSnap.

The CommandType property specifies the type of HTTP command to be processed by DataSnap.

See Also