ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPSendForm (Function)
Sends an HTTP form.
Programmed AJAX
The diagram below presents the use of "programmed AJAX" in a WEBDEV website......
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Managing main window menus
A main menu is necessarily associated with a window......
HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
Label report
The report editor allows you to create "Label" reports......
How to create a menu?
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
SaaSAdminModifyService (Function)
Modifies a SaaS service.
DriveListDirectory (Function)
Lists drive directories.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....