ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
Events associated with a Signature control
The following processes are associated with a Signature control:...
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Table,Select,+ (External language)
Selects an element in a Table control.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
WDXView : Use
This help page presents the different features of WDXView......
fTempDir (Function)
Returns the name of directory used to store the temporary files.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
DnDGetData (Example)
Usage example of the DnDGetData function
fSelect (Function)
Opens the Windows file picker.
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
iZoneHeight (Example)
Usage example of the iZoneHeight function
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......