ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
MatExist (Example)
Usage example of the MatExist function
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
CharactType (Function)
Returns information about the type of character.
MemCreate (Function)
Creates a memory area.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
KioskDisable (Function)
Disables kiosk mode for the current application.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Iconize (Function)
Minimizes a WINDEV window.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Operator on Address
The & operator returns the address of a variable as an integer
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
Val (Function)
Returns the numeric value of a character string.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.