ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
HTML document management functions
List of functions that manipulate HTML documents....
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
Socket constants
List of constants used by the functions for socket management....
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
zipSize (Example)
Usage example of the zipSize function
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Events associated with Calendar controls
List of events associated with Calendar controls...
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Google constants
List of constants used by the Google functions....
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
Font (Type of variable)
A Font variable creates a font programmatically...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
IF statement
The conditional IF statement allows you to run an action according to a condition...
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......