ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Font
The Font keyword can correspond to: a Font variable. the Font property....
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].
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.
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.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.