ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Alt Home
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
The home page
The home page is the first page of your site......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Android Widget windows
An Android application can contain one or more Widget windows......
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node).
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
28. Site SEO
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
ERR_NO_END_TAG