ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
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....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
LocalStorageAvailable (Function)
Indicates whether the local storage is available or not for the current browser.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
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....
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......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Font
The Font keyword can correspond to: a Font variable. the Font property....
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.
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.