ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The Clickable property gets and sets the behavior of an Image control when it is clicked.
Note This option corresponds to "This image is a clickable area" in the "Detail" tab of the Image control description window.
Example
// Rendre un champ Image inactif aux clics de souris
IMG_MonImage.Cliquable = False
Syntax

Determining how an Image control behaves when clicked Hide the details

<Image control> = <Behavior>.Clickable
<Image control>: Control name
Name of the Image control used.
<Behavior>: Boolean
  • True if the Image control is a clickable area. In this case, all mouse events (press, release, hover, double-click, right-click, etc.) are captured by the Image control.
  • False otherwise. In this case, the control does not capture any mouse events. Mouse events are captured by the underlying controls or by the window.

Changing how an Image control behaves when clicked Hide the details

<Image control>.Clickable = <New behavior>
<Image control>: Control name
Name of the Image control used.
<New behavior>: Boolean
  • True if the Image control is a clickable area. In this case, all mouse events (press, release, hover, double-click, right-click, etc.) are captured by the Image control.
  • False otherwise. In this case, the control does not capture any mouse events. Mouse events are captured by the underlying controls or by the window.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help