ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Address
The Address keyword can correspond to...
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Creating requirements
The following steps must be performed to implement the requirements......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
fChangeSize (Function)
Resizes an external file.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
The Static control
A Static control is a control used to display a static text......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
EventOpen (Function)
Opens a synchronization event between several threads.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.TokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteLine (Function)
Deletes a row 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....
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.