[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Class type used to create new TForm instances.
Source position: forms.pp line 954
type TFormClass = class of TForm; |
Class type used to create new TForm instances. Used in the CustomForm package to register a custom form type, unit, or package.
|
Implements a form used in an LCL application. |