Data.DB.TParamObjectClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TParamObjectClass = class of TParamObject;

C++

typedef System::TMetaClass* TParamObjectClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Metaclass for the TParamObject class.

TParamObjectClass defines the metaclass for the TParamObject class. Its value is the class reference for TParamObject or for one of its descendants.

See Also