ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
WLanguage procedure called by inAppCheckSubscription
Procedure ("Callback") called by inAppCheckSubscription if one of the subscriptions has been renewed.
WLanguage procedure called by AppleSignIn
Procedure ("Callback") called by AppleSignIn when the Apple authentication result is obtained.
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
WLanguage procedure called by HashString
Procedure ("Callback") called by HashString when hashing. This procedure is used to get the hash result.
WLanguage procedure called by HashCheckString
Procedure ("Callback") called by HashCheckString when checking the hash algorithm.
WLanguage procedure associated with YesNoAsynchronous
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by BTStatus
Procedure ("Callback") called by BTStatus when the Bluetooth activation status changes on the device. This procedure can be a local, global or internal procedure.
WLanguage procedure called by AddLink
Procedure ("Callback") called by AddLink.
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
WLanguage procedure called by inAppListPurchase
Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received.
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Native Sybase Connector for WINDEV and WEBDEV 2024
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......