Datasnap.DSHTTPCommon.TDSExecutionResponse.Command

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Command: TDBXCommand read FCommand;

C++

__property Data::Dbxcommon::TDBXCommand* Command = {read=FCommand};

Properties

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

Description

Specifies a command that is managed by the TDSExecutionResponse class.

Command is a read-only property that specifies a command that is managed by the TDSExecutionResponse class.

Note: Command and ErrorMessage cannot be set at the same time. If Command is set, then ErrorMessage holds an empty string.

See Also