Creates a component instance with the web handler as owner
Source position: custweb.pp line 157
public procedure TCustomWebApplication.CreateForm( |
AClass: TComponentClass; |
out Reference |
); |
AClass |
|
The component class to instantiate |
Reference |
|
Variable to store the created component reference |
Creates an instance of the specified component class with the web handler as the owner component. Provides a way to create forms and components within the web application context.
May raise exceptions during component creation.