Vcl.Controls.TWinControlClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWinControlClass = class of TWinControl;

C++

typedef System::TMetaClass* TWinControlClass;

Properties

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

Description

TWinControlClass defines the metaclass for TWinControl.

TWinControlClass is the metaclass for TWinControl. Its value is the class reference for TWinControl or for one of its descendants.

See Also