ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Count (Property)
The Count property returns the number of elements in a given set.
HDescribeConnection (Function)
Describes a new connection to an external database.
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Specific features of the Express version
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
LooperSelectMinus (Function)
Deselects a row in a Looper control.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
How to perform a full file browse?
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
fMoveDir (Function)
Moves a directory and its content.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.