ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
PrintedSheet (Property)
Within a report, the PrintedSheet property is used to get and change the sheet of a Spreadsheet control to be printed.
<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
PrintArea (Property)
The PrintArea property is used to get and change the print area of a Spreadsheet control in a report.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
iGroupAdd (Function)
Adds a report to a group of reports.
iGroupConfigure (Function)
Modifies the parameters of a report found in a group of reports.
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
iGroupPrint (Function)
Starts printing a report found in a group of reports.
iPrintDoc (Function)
Prints a document in "docx" format.
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
DocUpdateFormula (Function)
Updates the formulas in a document.
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
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)....
MsgSortSel (Property)
The MsgSortSel property is used to: Find out the wait message displayed when sorting and selecting the report records. Modify the wait message displayed when sorting and selecting the report records....