Data.DBXCommon.TResultCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTResultCommandHandler

Delphi

TResultCommandHandler = class abstract

C++

class PASCALIMPLEMENTATION TResultCommandHandler : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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