ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Constants for managing the spell check
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
grColor (Function)
Returns and initializes the color of different chart elements.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
zipCreate (Function)
Creates an archive.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
HTTPSendForm (Function)
Sends an HTTP form.
Manipulating Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Bar Code controls......