[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgApplicationBase.CreateForm

Creates a new form

Declaration

Source position: fpg_base.pas line 569

public procedure TfpgApplicationBase.CreateForm(

  InstanceClass: TComponentClass;

  out Reference

);

Description

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.


Documentation generated on: 2015-04-04