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 MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
Note: This property can only be used for camera fields that are not in "26 compatible mode"..
Note:
Example
// Donne les valeurs maxi et mini pour un champ Potentiomètre
// permettant de régler le zoom du champ Caméra 
POT_Zoom.BorneMin = CAM_MaCaméra.ZoomMin
POT_Zoom.BorneMax = CAM_MaCaméra.ZoomMax
Syntax
<Result> = <Camera control>.MinZoom
<Result>: Real
Minimum zoom of the Camera control.
<Camera control>: Control name
Name of the Camera control used.
Minimum version required
  • Version 27
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help