ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
MatWrite (Function)
Writes an element into a matrix.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
fClose (Example)
Usage example of the fClose function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.