Vcl.Forms.TFormClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFormClass = class of TForm;

C++

typedef System::TMetaClass* TFormClass;

Properties

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

Description

TFormClass defines the metaclass for TForm.

TFormClass is the metaclass for TForm. Its value is the class reference for TForm or for one of its descendants.

See Also