ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Looper functions
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
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
Example
// Code for selecting the LOOP_Gallery control
// Make caption visible when changing the image
IF GalleryPopupDisplayed(LOOP_Gallery) THEN
LOOP_Gallery[LOOP_Gallery].STC_IMAGE.Visible = True
END
Syntax
<Result> = GalleryPopupDisplayed(<Looper control>)
<Result>: Boolean
  • True if the popup is displayed,
  • False otherwise.
<Looper control>: Control name
Name of the Looper control in Gallery mode to be used.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help