ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
Custom tooltips
Tooltips are very useful for application users......
InterlineType (Property)
The InterlineType property is used to get and change the type of line spacing used.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
<Array>.Info (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
VariableReset (Function)
Resets the variable to its initial value.
<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....