TMiniFMXConsts Class

Definition

Delphi
type TMiniFMXConsts = class(TObject)
Inheritance
TObject
TMiniFMXConsts

Enumerations

TSceneType

List of scenes available in your game "None", "Home" and "Exit" are used by the template engine, you can add/remove the others

TStyleMode

Available modes for the user interface style.

Constants

CDefaultLanguage

Default language used if the system language is not supported (of course you have to translate all textes of the program in this language, so use yours or English by default)

CDefaultStyleCustom

Name of the default style used when the user choose the custom mode.

CDefaultStyleDark

Name of the default style used when the user choose the dark mode.

CDefaultStyleLight

Name of the default style used when the user choose the light mode.

CDefaultStyleMode

Default style mode to use in the program.

CEditorFolderName

Used as a folder name to store your projects settings

CLanguages

Available languages in this project as an array of 2 letters language ISO code strings.

CProjectFolderName

Used as a subfolder name to store your projects settings

CReportMemoryLeaksOnShutdown

Enable or disable the memory leaks report on shutdown for Windows platform.

Fields

GLanguages

Contains the list of languages available in the program.