ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Handling controls in a report
The different operations available for the report controls are as follows......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
Font
The Font keyword can correspond to: a Font variable. the Font property....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
Error 105: Redefinition of the local variable
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.