ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Info (Function)
Displays a custom message in a system information window.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
MemDelete (Function)
Deletes an element from a memory zone.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
HDelete (Function)
Deletes a record from a data file (query or view).
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Font (Type of variable)
A Font variable creates a font programmatically...