ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
fRename (Function)
Modifies the name of a file.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
Native MariaDB Connector - License Agreement
Native PostgreSQL Connector - License Agreement
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
fClose (Example)
Usage example of the fClose function
HCopyRecord (Example)
Usage example of the HCopyRecord function
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...
XMLSave (Function)
Saves an XML document in a file.
Creating the link buttons in the windows of a WINDEV RAD pattern
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Chart>.Title (Function)
Modifies the caption and/or position of the chart title....
<Chart>.SeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.