ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Contains (Function)
Allows you to check if a substring is within a string.
Decode (Function)
Decodes a character string that was encoded by Encode.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Val (Function)
Returns the numeric value of a character string.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
CapitalizeEachWord (Function)
Capitalizes the first letter of all words in a string.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
ExtractLine (Function)
Extracts a specific line from a character string.
Complete (Function)
Returns a character string of a specified length.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Copying controls from the window editor
The controls can be copied from the window editor......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
Organization chart linked to a data file