ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
StringBuild (Function)
Builds a character string from an initial string and parameters.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
zipDeleteFile (Function)
Deletes a file from an archive.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
HCloseConnection (Example)
Usage example of the HCloseConenction function
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......