ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
<picLayer variable>.Font (Function)
Declares the font to be used by the dText function in a picLayer type variable.
dModifyHue (Function)
Modifies the hue of an image found: in an Image control, in an Image variable....
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<WDPic variable>.Font (Function)
Declares the font to be used by the dText function in a WDPic type variable.
dCopyControlImage (Function)
Copies the image of a control in a WINDEV window to a variable of type Image.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
CriticalSection (Function)
Activates a critical section named or on a variable in an instruction of type USE ... IN.
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
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....