Data.DBXCommon.TResultCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTResultCommandHandler
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TResultCommandHandler = class abstract

C++

class PASCALIMPLEMENTATION TResultCommandHandler : public System::TObject

Description

An abstract class for a result command handler.

TResultCommandHandler is an abstract class for a result command handler that manages one or more commands and their parameters. The parameters exposed by these functions might be a subset of the commands' parameters.

See Also