ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
LDAPNbValue (Function)
Returns the number of values for an attribute.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
5. The following files are automatically created
CookieWrite (Example)
Usage example of the CookieWrite function
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
CookieRead (Example)
Usage example of the CookieRead function
Width (Property)
The Width property is used to determine and change the width of an element.
Text (Property)
The Text property is used to get and modify text.
Name (Property)
The Name property is used to get the name of an element.
List of extension attributes
The list of extension attributes ......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
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.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Height (Property)
The Height property is used to get and change the height of an element.
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
FTPGet (Example)
Usage example of the FTPGet function