ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Font (Type of variable)
A Font variable creates a font programmatically...
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Print constants
List of constants used by the print functions....
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
MyParent (Reserved word)
MyParent is used to handle...
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
dCopy (Function)
Copies an image to another image.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
FontBold (Property)
The FontBold property is used to manage bold style in a text.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
dArc (Example)
Usage example of the dArc function