Vcl.Forms.TCustomFormClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomFormClass = class of TCustomForm;

C++

typedef System::TMetaClass* TCustomFormClass;

Properties

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

Description

TCustomFormClass defines the metaclass for TCustomForm.

TCustomFormClass is the metaclass for TCustomForm. Its value is the class reference for TCustomForm or for one of its descendants.

See Also