Data.DB.TParamsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TParamsClass = class of TParams;

C++

typedef System::TMetaClass* TParamsClass;

Properties

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

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