ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Global (Property)
The Global property is used to determine if an element is global.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
DurationToString (Function)
Converts a duration to a character string in the specified format.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Camera control in a mobile application
The Camera control is used to......
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
Functions for managing arrays (prefix syntax)
List of functions for managing arrays...
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
Event
The Event keyword can correspond to:
Group (Property)
The Group property is used to identify and change groups of elements.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Section (Property)
The Section property is used to manage sections in Word Processing documents.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.