ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Creating the Table pages of the WEBDEV RAD pattern
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
The Cell control
The Cell control contains controls......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
InitialTool (Property)
The InitialTool property is used to get or change the drawing tool selected by default in an Image Editor control.
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Managing the styles
The help editor allows you to define styles of paragraphs......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
9. Internal page
The "Find - Replace" pane
The "Find - Replace" pane is used to......