FMX.Platform.IFMXApplicationService.GetVersionString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersionString: string;

C++

virtual System::UnicodeString __fastcall GetVersionString() = 0 ;

Properties

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

Description

Returns the application version number.

GetVersionString returns a string with the version number of the application.

The version number can be set in Project > Options > Version Info, see Version Info in Project Options for further details.

GetVersionString is the getter method for the AppVersion property.

See Also