ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
Remark: This property can only be used on Camera controls that are not in "Version-26-compatible mode".
Example
// Gets the maximum and minimum values for a Slider control
// to adjust the zoom of the Camera control
SLD_Zoom.MinValue = CAM_MyCamera.MinZoom
SLD_Zoom.MaxValue = CAM_MyCamera.MaxZoom
Syntax
<Result> = <Camera control>.MaxZoom
<Result>: Real
Maximum 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/26/2022

Send a report | Local help