Data.DB.IParamObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IParamObject = interface

C++

__interface  INTERFACE_UUID("{E4F74DF0-E318-4597-BEE3-9C391D0996A6}") IParamObject  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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.

See Also