Data.DB.TParamClass
| [–] Properties | |
|---|---|
| Type: classref typedef
| |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: Data.DB | |
Delphi
TParamClass = class of TParam;
C++
typedef System::TMetaClass* TParamClass;
Description
Metaclass for the TParam class.
TParamClass defines the metaclass for the TParam class. Its value is the class reference for TParam or for one of its descendants.