ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
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)......
2. Static or dynamic site
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
5. Which type of server to choose?
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Control constants
List of constants used by the functions for managing controls...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Crosstab report
The report editor allows you to create "Crosstab" reports......
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Using the task management and the schedule
Time management is extremely important......