ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
User Groupware files
Two categories of data files are managed......
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....
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.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
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.
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....
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.Insert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.