Vcl.Controls.TDockTreeClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDockTreeClass = class of TDockTree;

C++

typedef System::TMetaClass* TDockTreeClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TDockTreeClass defines the metaclass for TDockTree.

TDockTreeClass is the metaclass for TDockTree. Its value is the class reference for TDockTree or for one of its descendants.

See Also