ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
DownloadAdd (Function)
Adds a new download in the device's download manager....
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
HDescribeFile (Function)
Describes a data file programmatically.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......