ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
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)......
Error 2: Incomplete line
<TreeView>.CollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
7. Source Code Manager (SCM)
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Functionality or documentation not available
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Link properties
When creating a link, you can simply specify the destination......
PC SOFT Free Technical Support
Thank you for buying one of our products......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Creating a Pivot Table control
To create a Pivot Table control......
1. Examples provided with WINDEV Mobile
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....
Help editor options
The options of the help editor ("Display......
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
<Pivot table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......