ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
SocketWrite (Function)
Writes a message intended to another socket.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Creating the Relation pages of a WEBDEV RAD pattern
9. Internal page
Events associated with TreeView controls
List of events associated with TreeView controls...
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
HMode (Function)
Changes the mode and the method for locking data files.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
BackgroundTaskAdd (Function)
Adds a new background task.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
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......
Options of the window editor
To configure the general options of the window editor......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.