Icon TApplication

Unit: WebRequest

Inherits From TComponent

Available In: Visual Client and Server Applications

The TApplication component represents the current instance of a visual client or server application.

For visual client applications, the TApplication component provides properties and methods for dealing with the browser viewport, application surface, forms, and global error handling.

For server applications, the TApplication component provides properties and methods for dealing with web server requests and sessions, web server request handlers, and global error handling.

An instance of the TApplication component called Application is automatically created by the component library at application startup, so further instances of the TApplication component should not be created.

Image