ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Break in a report
The break is used to group the records corresponding to a sort criterion......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
HCopyRecord (Example)
Usage example of the HCopyRecord function
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
NFCWriteTag (Function)
Starts writing data to an NFC tag.
OCRExtractText (Function)
Reads the text contained in an image.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Error 113: Non-dynamic array without definition
FTPSend (Example)
Usage example of the FTPSend function