Data.DBXCommon.TDBXMorphicCommand

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXCommandSystem.TObjectTDBXMorphicCommand

Delphi

TDBXMorphicCommand = class(TDBXCommand)

C++

class PASCALIMPLEMENTATION TDBXMorphicCommand : public TDBXCommand

Properties

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

Description

Used by driver implementations to morph from one command type to another.

TDBXMorphicCommand is used by driver implementations to morph from one command type to another through delegation.

See Also