ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

String functions
List of functions for managing character strings...
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Display (External language)
Displays a value in a control or assigns a value in a variable.
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
EventClose (Function)
Closes a synchronization event between several threads.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
How to create a menu?
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
gBackgroundGradient (Function)
Describes a display color in gradient mode.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Control constants
List of constants used by the functions for managing controls...
HDescribeFile (Function)
Describes a data file programmatically.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......