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

TApplication.Create

Create an instance of TApplication

Declaration

Source position: forms.pp line 1061

public constructor TApplication.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

The Owner object that invoked this instance of TApplication

Description

This instance of the constructor performs most of the setting up of the environment for the application. The instances of Create that occur in some of the ancestor classes are place holders rather than actual instructions for constructing the object

The latest version of this document can be found at lazarus-ccr.sourceforge.net.