ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
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.
NET constants
List of constants used by the DotNet functions....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
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....
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....
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
<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....
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<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.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.