ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
fAttribute (Example)
Usage example of the fAttribute function
dBackground (Example)
Usage example of the dBackground function
fUnlock (Function)
Entirely or partially unlocks an external file.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
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)....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Constants for managing contact functions
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
SysXRes (Function)
Returns the horizontal screen resolution.
fDirRename (Function)
Renames a directory.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
TreeView constants
List of constants used by the TreeXXX functions...
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Power (Function)
Raise a number to a power.
dCopyImage (Example)
Usage example of the dCopyImage function
zipExtractAll (Example)
Usage example of the zipExtractAll function
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min