ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Operations performed on component diagrams
The following paragraphs explain......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
TableInfoXY (Example)
Usage example of the TableInfoXY function
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Operations performed on sequence diagrams
The following paragraphs explain......
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Date (Type of variable)
The Date type enables you to easily handle the dates...
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
dbgEnableLog (Function)
Enables the runtime log programmatically.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......