ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Reserved keywords
28 results
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.
The memory occupied by a dynamic object (array, class object, ...
The keywords used to identify the current element are:
EXTERN is used to...
The list of extension attributes ...
Returns the remainder of a division.
The MyBottomSlidingWindow keyword is used to manipulate the bottom sliding window associated with the current window
MyChildWindow is used to handle the child window of the current window.
The MyControl keyword represents the control that holds the process being executed.
In a trigger, MyFile is used to identify the file that activates the trigger...
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.
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
MyInternalWindow is used to handle the current internal window.
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyPage is used to handle the current page...
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
MyParent is used to handle...
MyPopupControl is used to handle the control that opened a popup window...
MyReport is used to handle the current report...
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
MySelf is used to handle the current control...
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...
MyWindow is used to handle the current window...
New is used to allocate memory space...
The Null keyword can be used according to different methods in WLanguage...
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
STOP is used to call the WLanguage debugger during a test in the editor...