Datasnap.DSHTTPCommon.TDSExecutionResponse.Command

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Command: TDBXCommand read FCommand;

C++

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

Propriétés

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

Description

Spécifie une commande gérée par la classe TDSExecutionResponse.

Command est une propriété en lecture seule qui spécifie une commande gérée par la classe TDSExecutionResponse.

Remarque : Command et ErrorMessage ne peuvent pas être définies en même temps. Si Command est définie, alors ErrorMessage contient une chaîne vide.

Voir aussi