ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
Site Map control properties
List of properties associated with a Site Map control...
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<Word Processing>.GoIntoEdit (Function)
Enters Word Processing control in a specific part of the document: body, header or footer.
DocGoIntoEdit (Function)
Enters Word Processing control in a specific part of the document: body, header or footer.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
ToClipboardRTF (Function)
Writes a character string in RTF format into the clipboard.
SaaSAdminIsConnected (Function)
Indicates whether a SaaS management session was opened.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).