Data.DBXCommon.TDBXMorphicCommand

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDBXMorphicCommand = class(TDBXCommand)

C++

class PASCALIMPLEMENTATION TDBXMorphicCommand : public TDBXCommand

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