Datasnap.DSHTTPCommon.TDSHTTPRequest.Command

提供:RAD Studio API Documentation

Delphi

property Command: string read GetCommand;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

説明

HTTP コマンドを表します。

Command プロパティは、HTTP 要求で受信した HTTP コマンドを指定します。

関連項目