ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
SQLNext (Function)
Positions on the next row of the query result.
HAddGroup (Function)
Adds a group of users.
SQLLast (Function)
Sets the position on the last row of the query result.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
LooperSelectPlus (Function)
Selects a row in a Looper control.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
CertificateSignString (Function)
Creates the signature of a character string.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
SQLConnect (Example)
Usage example of the SQLConnect function
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Creating a table in a report
Tables can be created in a report......