ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SMSNext (Function)
Reads the following SMS message stored on the Android phone.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
dFont (Example)
Usage example of the dFont function
grDestinationWMF (Function)
Defines a meta file as chart destination.
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
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.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
WDXView : Use
This help page presents the different features of WDXView......
fTempDir (Function)
Returns the name of directory used to store the temporary files.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
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.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
DnDGetData (Example)
Usage example of the DnDGetData function
fSelect (Function)
Opens the Windows file picker.
iCloud constants
The iCloud constants are as follows:
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
iZoneHeight (Example)
Usage example of the iZoneHeight function
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......