ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
MaskFormat (Function)
Formats a character string using an InputMask variable.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WDOptimizer: Editing and modifying a ".REP" file
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
WEBDEV and Tailwind CSS
Tailwind CSS is an open source CSS framework......
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
Image (Variable type)
The Image type is used to define the advanced characteristics of an image.
HTML constants
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
dRectangle (Example)
Usage example of the dRectangle function
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
dCircle (Example)
Usage example of the dCircle function
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).