ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
xlsSave (Function)
Saves an XLS document.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
EmailReadNext (Example)
Usage example of the EmailReadNext function
SQLTransaction (Example)
Usage example of the SQLTransaction function
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
FinRepayVal (Example)
Usage example of the FinRepayVal function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
FinInterestRate (Example)
Usage example of the FinInterestRate function
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
iPreview (Example)
Usage example of the iPreview function
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
zipListFile (Function)
Returns the list of files found in an archive.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Event (Example)
Usage example of the Event function