ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mouse management functions
List of functions for mouse management...
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
11. External component
Partial indexing of memos
You now have the ability to index the content of a text memo item......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
WLanguage procedure called by OpenPopupAsynchronous
WLanguage procedure ("callback") called by OpenPopupAsynchronous after the popup window is closed.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
The Static control
A Static control is a control used to display a static text......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......