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.
The Flexbox control
Flexbox is a standard layout system for web pages......
Operations performed on deployment diagrams
The following paragraphs explain......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
gClickableLink (Function)
Adds a clickable link in a graphic string.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Handling controls in a report
The different operations available for the report controls are as follows......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......