ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Constants for managing the spell check
Defining clickable areas
In a page, an Image control can contain clickable areas......
SpellCheck (Function)
Indicates whether the spelling of a word is correct (which means whether it is found in the OpenOffice dictionary installed on the computer).
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
<Radio button>.Delete (Function)
Deletes an option from a Radio Button control.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......