ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
4. Create a page in the editor...
5. Displaying a WEBDEV Session site
Customizing the User Groupware
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
User Groupware files
Two categories of data files are managed......
ERR_NO_END_TAG
PageParameter (Function)
Returns the value of a parameter passed to the current page.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageEnd (Function)
Forces the move to the next page during the report print.
7. AJAX technology
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
PageWidth (Property)
The PageWidth property gets and sets the width of a page.
PageHeight (Property)
The PageHeight property gets and sets the height of a page.
<PDF Reader>.RotatePage (Function)
Rotates a page displayed in the PDF Reader control.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.