ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
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....
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.
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.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
ErrorThrow (Function)
Throw a non-fatal error.
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
String functions
List of functions for managing character strings...
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
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.