ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Managing parallel tasks
The computers are becoming more and more powerful......
8. 10 tips for better interfaces...
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
TimeToString (Function)
Converts a time to a string in the specified format.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
TimePicker (Function)
Opens the system time picker.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......