ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Runtime log
The runtime log is the best way to identify the most used features of an application......
Style of a control
As soon as it is created, a control is associated with a style......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Android Control Center
Do you know where to find your application log files?...
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
PC SOFT Free Technical Support
Thank you for buying one of our products......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
<Gantt chart>.ListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......