ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
Error 25: No THEN statement is associated with this IF
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Standard FTP functions
List of standard FTP functions...
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Memory area management functions
The following functions are used to handle the certificates:...
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....