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....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
5. User Groupware in practice
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
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
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
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......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
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....