ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Reserved keywords
30 results
<AI TOOL> statement
The <AI TOOL> statement is used to declare the WLanguage procedures that can be used:
  • by the conversational AI model used in the AI Chat control.
  • by the GeminiAnalyzePrompt function.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Extern (Reserved word)
EXTERN is used to...
List of extension attributes
The list of extension attributes ...
List of reserved words
Modulo (Reserved word)
Returns the remainder of a division.
MyBottomSlidingWindow (Reserved word)
The MyBottomSlidingWindow keyword is used to manipulate the bottom sliding window associated with the current window
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
MyGuidedTour
The MyGuidedTour variable is used to handle the current Guided Tour. The MyGuidedTour variable is used to get the characteristics of the GuidedTour variable used.
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyPage (Reserved word)
MyPage is used to handle the current page...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
MyParent (Reserved word)
MyParent is used to handle...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
MySelf (Reserved word)
MySelf is used to handle the current control...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MyStoredValue
The MyStoredValue keyword is used to identify the current object in the class array when printing a report based on a class.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
New (Reserved word)
New is used to allocate memory space...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...