ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
How to open a page?
Social Network control properties
A Social Network control can be handled in a page by the following WLanguage properties......
Popup control properties
<Chart>.Origin (Function)
Modifies the start and end marks on one of the chart axes.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Peeling Corner control properties
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Composite chart
A composite chart is a chart that displays several types of charts......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......