ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the report blocks through programming
Each report block is associated with different events......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
PDF file functions (prefix syntax)
PDF file functions...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
End of Document block
The End of document block is run once at the end of the report execution......
Page Header block
The Page header block is printed on each new page......
Page Footer block
The Page footer block is run at the end of each page......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
PDF file management functions
...PDF file functions...
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
<Table>.Expand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.