ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
dbgInfo (Function)
Returns a debug information.
Constants for external files
List of constants used by the functions for managing external files....
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
ThreadMode (Function)
Changes the management mode of threads.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......