ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
BurnerAddFile (Function)
Adds a file to the compilation.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Compilation options (chm format)
Compilation options
The compilation options allow you to define the help system generation settings......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Error 301: Unknown identifier
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Combination (Type of variable)
A combination is a set of options.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.