DB.IParamObject
From RAD Studio VCL Reference
Contents |
Delphi Information
From DB.pas
IParamObject = interface(IInterface) [E4F74DF0-E318-4597-BEE3-9C391D0996A6]
Unit: DB
Type: interface
Class Methods: DB.IParamObject Methods
C++ Information
From DB.hpp
IParamObject = class(IInterface)
Unit: DB
Type: class
Inherited Class Members: DB.IParamObject Members
Class Methods: DB.IParamObject Methods
Description
IParamObject represents the interface for classes that store a TObject in the variant value of a TParam object.
The IParamObject represents the interface for classes that store a TObject in the variant value of a TParam object.
An example of a class implementing the IParamObject interface is TParamObject.