ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Execute (Function)
Starts the execution of a process through programming.
CharactType (Function)
Returns information about the type of character.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
WINDEV applications for Linux: Specific features
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....