uConsts Unit

Package: Zicplay
 NameDescription
TStyleMode

Top
 NameDescription
CAboutCopyright

The copyright to show in the About box

CAboutTitle

Title of your project used in the About box and as the main form caption

CAboutURL

The website URL of your project (used in the About box)

CAboutVersionDate

Version date of your project, change it when you publish a new public release

CAboutVersionNumber

Version number of your project, don't forget to update the Project/Options/Versions infos before compiling a public RELEASE

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

CProjectFolderName

CProjectGUID

The GUID to use for this project when saving/loading files like a project documentto check they are from this program and not an other one.

CShowAboutBoxWithF1

Show the About box dialog when F1 key is used

CSupportURL

Website open by Tools / Support menu option

Top