ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
grGridlines (Function)
Displays or hides the chart gridlines.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
WLanguage procedure called by zipAddFileList
WLanguage procedure ("Callback") used by zipAddFileList to manage the progress of files being added to the archive.
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
HState (Example)
Usage example of the HState function
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
ChangeAction (Example)
Usage example of ChangeAction
Generating the RAD pattern
To generate a RAD pattern:...
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....