ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
Image (Property)
The Image property gets and sets the background image of a control or block.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
MenuDelete (Function)
Deletes a menu or a menu option.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuState (Function)
Identifies the status of a menu option (context menu or drop-down menu): active, inactive or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Report based on a query
Queries are used to easily select records in one or more data files......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Extracting messages added or modified since last extraction
A project was already created and translated......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Starting WDOptimizer in a command line
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Python: Native calls
WLanguage allows for native Python calls......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
Setup mode
Several methods can be used to distribute a WINDEV application......
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......