ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......