ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF).
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
7. Layouts using the Flexbox control
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
docAutoReplace (Type of variable)
The docAutoReplace type is used to define all the advanced characteristics of a string used to automatically replace another string as the user types in a Word Processing control .
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
What is an application?
An application is a set of objects (windows, controls, ......