Data.DB.TParamsClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TParamsClass = class of TParams;

C++

typedef System::TMetaClass* TParamsClass;

Description

Metaclass for the TParams class.

TParamsClass defines the metaclass for the TParams class. Its value is the class reference for TParams or for one of its descendants.

See Also