ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Operator on Address
The & operator returns the address of a variable as an integer
VariantConvert (Function)
Converts the value stored in a Variant variable].
ERR_CANNOT_OPEN_FILE
Typecasting of parameters
The description of the parameter type is optional......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
ERR_LAUNCH_FAILED
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
How to find out whether a report was printed?