ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperInsertLine (Function)
Inserts a row into a Looper control.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DateToInteger (Function)
Converts a date to an integer.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
HSL (Function)
Creates a color from its hue, saturation and lightness.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
XMLDocument (Function)
Creates a new XML document.
ArrayCopy (Function)
Copies the content of an array to another array.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
LOOP statement
The statement block is repeated endlessly...
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....