ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
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....
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
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......
Managing parallel tasks
The computers are becoming more and more powerful......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
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 Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element 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......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
TimeToString (Function)
Converts a time to a string in the specified format.
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......
8. 10 tips for better interfaces...
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....