ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
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.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
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.
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].