ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Code history
The code history is used to......
16. Protecting access to the site: passwords
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Code snippets
The code editor allows you to enter "Code snippets"......
HTTPRequest (Function)
Starts an HTTP request on a server.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.