Vcl.Controls.THintWindowClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

THintWindowClass = class of THintWindow;

C++

typedef System::TMetaClass* THintWindowClass;

Properties

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

Description

THintWindowClass defines the metaclass for THintWindow.

THintWindowClass is the metaclass for THintWindow. Its value is the class reference for THintWindow or for one of its descendants.

See Also