ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
SQLConnect (Example)
Usage example of the SQLConnect function
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
29. SEO in practice
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Description (Property)
The Description property is used to get and change the page description.
Open (External language)
Opens a window.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
XMLChild (Function)
Positions on the first child element of current element.
FTP constants
List of constants used by the FTP functions....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....