ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
PopupAnimate (Function)
Displays a popup in a page cell.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
WDOptimizer: Editing a ".REP" file
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Optional events
By default, the codes available in the code editor correspond to the most common codes......