ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
ActionDeclareUndo (Function)
Declares how to cancel an action that was added by ActionDo. This function MUST be called when running the procedure supplied to ActionDo.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
StatError (Example)
Usage example of the StatError function
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Multi-project search
Performing a search in the current project is a common operation......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
HRead (Function)
Reads a record in a file according to a given record number.
WEBDEV Application Server 2024
Creating the Vision windows of the WINDEV RAD pattern
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.