ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

eToCurrency (Function)
Converts a value expressed in Euro into another currency.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
StatCovariance (Function)
Calculates the covariance between two series of values.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
ToClipboard (Function)
Writes text or image information into the system clipboard.
zipExtractPath (Function)
Returns the path of a file found in the archive.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Creating anchors
The anchors are used to define specific points in a help page......
9. Overlaying controls
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
3. Deploying a WINDEV application