ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image 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.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<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>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Character strings
WLanguage supports different types of strings....
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).
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
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.