ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
CharactType (Function)
Returns information about the type of character.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
Delete (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....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
XMLSave (Function)
Saves an XML document in a file.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: field label Window label. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
EventDestroy (Function)
Explicitly destroys an event.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).