ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
Link functions (prefix syntax)
Link functions are used to link the interface with the tables and vice versa....
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Functions for managing the PDF Reader control (prefix syntax)
The following functions are used to manage PDF Reader controls:...
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
fDirSize (Function)
Returns the size of a directory in bytes.
fRemoveDir (Function)
Deletes a directory from a disk.
17. Project Management Hub
...Project Management Hub...
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").