Data.DB.TParamObject

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTParamObject
[–] Properties
Type: class
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TParamObject = class(TInterfacedObject, IParamObject)

C++

class PASCALIMPLEMENTATION TParamObject : public System::TInterfacedObject

Description

TParamObject represents the class used to store a TObject in the variant value of a TParam object.

The TParamObject represents the class used to store a TObject in the variant value of a TParam object.

See Also