ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
LockAppOff (Function)
Unlocks an application that was locked automatically or by LockAppPassword.
Comparison operators
The comparison operators can be divided into several categories......
State (Property)
The State property is used to get and change the state of an element.
TextToRTF (Function)
Converts text to Rich Text Format.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
Principle of remote check
OriginWaypoint (Property)
The OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
Size (Property)
The Size property is used to determine and change the size of an element.
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
Custom tooltips
Tooltips are very useful for application users......
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Merging differences (SCM)
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Overview
Overview of the different operators...
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......