Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TFormClass

Class type used to create new TForm instances.

Declaration

Source position: forms.pp line 956

type TFormClass = class of TForm;

Description

Class type used to create new TForm instances. Used in the CustomForm package to register a custom form type, unit, or package.

See also

TForm

  

Implements a form used in an LCL application.

Version 4.6 Hosted on Source Forge