ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
ImageState (Property)
The ImageState property gets and sets the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Size (Property)
The Size property is used to determine and change the size of an element.
Comparison operators
The comparison operators can be divided into several categories......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
Handling HTML text in an Edit control
WEBDEV allows you to manipulate text in HTML via the "HTML format" option of the Edit controls and the HTML control....
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
ArrayDeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
MemoryFormat (Property)
The MemoryFormat property gets and sets the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static Text controls. editable combo boxes. table columns displayed by combo boxes....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
MoveLine (Function)
Allows: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....