FMX.Platform.IFMXApplicationService.Run

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Run;

C++

virtual void __fastcall Run() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXApplicationService

Description

In descendants, Run implements functionality to execute the application.

This method does not return until the application is being shut down.

See Also