ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<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.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
NET constants
List of constants used by the DotNet functions....
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
AAF: Simple editing options in an Edit control field
The context menu of an edit control is used to perform simple edit operations...
Items used in a select query
A query created in the query editor can contain several types of items......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....