ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iColumnEnd (Function)
Forces a column break in a multi-column report.
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Creating a select query
A select query (corresponding SQL statement......
Handling report blocks
The different operations available on report blocks are as follows......
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......