[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new form
Source position: fpg_base.pas line 569
public procedure TfpgApplicationBase.CreateForm( |
InstanceClass: TComponentClass; |
out Reference |
); |
Creates a new form. Call CreateForm to dynamically create a form at runtime. CreateForm creates a new form of the type specified by the InstanceClass parameter and assigns it to the variable given by the Reference parameter. The owner of the new form is the fpgApplication object.