[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create Form or any other kind of component
Source position: forms.pp line 1301
public procedure TApplication.CreateForm( |
InstanceClass: TComponentClass; |
out Reference |
); |
Note: The name is confusing and only kept for Delphi compatibility.
It can actually create any kind of component
Creates a Component instance, sets the pointer to the component variable and loads the component.
If it is a form it will be added to the application's forms list
lazarus-ccr.sourceforge.net |