Global Variables
Global Variables
In the "mainmodule" are all global variables used by RadCORE.
Practically all global variables start with a prefix according to their type:
"varI_", "varC_", "varD_" ...
activating DELPHI code completion makes it easy to identify them.
Many of these variables can be used. Some are for internal use.
It is very important to read the comments in the mainmodule as you will have an overview of the importance and possible use of these variables in your application.
Some examples:
varB_Yes
varB_No
varB_iOS
varB_Android
varB_Desktop
varB_Tablet
varB_Screen_LandScape
varB_Mobile_Screen
varB_Mobile_Screen_Portrait
varB_Mobile_Screen_Landscape
varI_ScreenWidth
varI_ScreenHeight
Some variables were used with nomenclature outside the RadCORE standard as they are from third-party examples, UNIGUI demos incorporated into RadCORE or are used by RadCORE for general configuration control:
Some examples:
vUserLoginTimeStamp
vUserBrowserType
vUserBrowserVersion
vUSer_SO
vUserEmail
vUserName
vLatitude
vLongitude
uPlat
CONFIG_LAYOUT_EDIT_FOCUS_COLOR
CONFIG_LAYOUT_EDLKP_COLOR
CONFIG_LAYOUT_EDLKP_FOCUS_COLOR
CONFIG_LAYOUT_EDLKP_FONT_COLOR
MSG_LOADING_DATA
MSG_CONTACT_SUPPORT
MSG_APP_LOCKED
MSG_UPLOAD_FAIL
MSG_CONFIRM_DELETE
MSG_CONFIRM_DELETE_ALL
MSG_CONTINUE_REGISTERING
APP_PATH_FILES_GLOBAL
APP_PATH_IMAGES_GLOBAL
APP_PATH_CSS_GLOBAL
APP_PATH_JS_GLOBAL
APP_PATH_COMPANY
Created with the Personal Edition of HelpNDoc: Free PDF documentation generator