ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
28. Site SEO
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Structure of data files of user groupware
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
User Groupware files
Two categories of data files are managed......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
HTTP functions (prefix syntax)
List of HTTP functions...
Page management functions
List of functions for managing pages...
The requested action cannot been performed: the page was not synchronized
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Managing the styles
The help editor allows you to define styles of paragraphs......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......