ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
HSL (Function)
Creates a color from its hue, saturation and lightness.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
OCRAddLanguage (Function)
Adds a language to the native OCR system.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Valid (Property)
The Valid property is used to determine if an element is valid.
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......