ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
ControlClone (Example)
Usage example of the ControlClone function
sOpen (Example)
Usage example of the sOpen function
grSourceCategoryLabel (Example)
Usage example of the grSourceCategoryLabel function
zipNbFile (Example)
Usage example of the zipNbFile function
<Organizer>.SelectMinus (Function)
Deselects an appointment from an Organizer control.
Generator (Property)
The Generator property is used to identify the program that generates an element.
Start (Property)
The Start property gets the starting point of an element or event.
ColorFormat (Property)
The ColorFormat property is used to manage the color format (color or grayscale).
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
SerialNumber (Property)
The SerialNumber property is used to manage serial numbers.
XMLAddChild (Example)
Usage example of the XMLAddChild function
XMLElementName (Example)
Usage example of the XMLElementName function
XMLRoot (Example)
Usage example of the XMLRoot function
XMLFind (Example)
Usage example of the XMLFind function
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
XMLSavePosition (Example)
Usage example of the XMLSavePosition function
XMLChild (Example)
Usage example of the XMLChild function
XMLRestorePosition (Example)
Usage example of the XMLRestorePosition function
XMLBuildString (Example)
Usage example of the XMLBuildString function
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
CloseSession (Function)
Closes a session with Lotus Notes or Outlook.
<Organizer>.SelectPlus (Function)
Selects an appointment in an Organizer control.
Progress (Property)
The Progress property returns the task progress status.
MapDisplayPosition (Example)
Usage example of the MapDisplayPosition function