ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project management functions
List of functions for managing projects...
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Manipulating Wire controls programmatically
WINDEV allows you to programmatically manipulate Wire controls......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
14. Generation modes
Generation modes...
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Int (Variable type)
The Int type is used to easily perform calculations on integer values...