ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Enqueue (Function)
Adds an element to the queue.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
Push (Function)
Pushes an element onto the stack.
fSeparator (Function)
Returns a file path with normalized separators.
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Configuring the setup program
Two tools can be used to create a setup program......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
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.