ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
DashMode (Function)
Opens or closes the Dashboard control edit mode.
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
PicClose (Function)
Closes the image found in an Image Editor control.
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
SysShutdown (Function)
Stops the system or closes the current Windows session.
<fbSession variable>.Stop (Function)
Closes the Facebook session opened with the FBStartSession function.
FBStopSession (Function)
Closes the Facebook session opened with the FBStartSession function.
AssistedInputClose (Function)
Closes the list of input suggestion of an Edit control.
<Edit>.CloseAssistedInput (Function)
Closes the list of input suggestion of an Edit control.