ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Statistical constants
List of constants used by the statistical functions....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
ArrayDistinct (Function)
Returns an array without duplicates.
NumberInWords (Function)
Converts a number to words.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
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....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Properties associated with a window
List of properties associated with a window...
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Image Editor control properties
You can manipulate Image Editor controls in a window using the following WLanguage properties......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
FolderData (Function)
FolderData is kept for backward compatibility.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
SysSpace (Function)
Returns the physical memory space for the current computer.
SysSetFocus (Function)
Sets focus to a window or control.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.