ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Defining clickable areas
In a page, an Image control can contain clickable areas......
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
The Clickable Image control
The Clickable Image control can be used to......
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Clickable (Property)
The Clickable property gets and sets the behavior of an Image control when it is clicked.
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
gClickableLink (Function)
Adds a clickable link in a graphic string.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
24. Displaying and linking pages
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Page templates
WEBDEV allows you to create page templates......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
PreviousPage (Function)
Returns the name of the previous page.
Creating the menus for the pages of the WEBDEV RAD pattern
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Creating the Form pages of a WEBDEV RAD pattern