Datasnap.DSHTTPCommon.TDSExecutionResponse.Command
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSExecutionResponse | |
Delphi
property Command: TDBXCommand read FCommand;
C++
__property Data::Dbxcommon::TDBXCommand* Command = {read=FCommand};
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.