ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
CurrentYear (Function)
Returns the current year in integer format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Connection variable>.ListSchedulingHistory (Function)
Lists the executions of a scheduled operation on an HFSQL server. This operation can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
<Connection variable>.DeleteSchedulingHistory (Function)
Deletes the executions of a scheduled operation on an HFSQL server. This operation can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
The Tab control
The Tab control is used to simultaneously display different controls......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Message text file format
The text files created by WDMSG use a specific format......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...