ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
CurrentWin (Function)
Identifies the window currently in edit.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Multiline strings
To type character strings over several lines in the code editor...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
How to develop a PHP site?
What is a PHP site?......
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
USBFind (Function)
Finds a USB device according to keywords.
fEncrypt (Example)
Usage example of the fEncrypt function
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
TextToXML (Function)
Converts an ANSI string to an XML string.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
LDAPFind (Function)
Performs a search in an LDAP server.
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
Multi-project search
Performing a search in the current project is a common operation......