Datasnap.DSHTTPCommon.TDSExecutionResponse.FCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSExecutionResponse

Delphi

FCommand: TDBXCommand;

C++

Data::Dbxcommon::TDBXCommand* FCommand;

Description

Field used by the Command property.

FCommand is a field that is required by the Command property.

See Also