|
|
|
|
|
|
|
Running a WLanguage function by dynamic compilation with command formatting...... |
|
|
|
|
|
|
Dynamically compiles an Procedure whose source code is provided (dynamic compilation). |
|
|
|
|
|
|
Calls a WLanguage function from an external language.... |
|
|
|
|
|
|
The "Compilation errors" pane is used to find out...... |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
Adds a file to the compilation. |
|
|
|
|
|
|
Retrieves the characteristics of current compilation. |
|
|
|
|
|
|
Adds all the files found in a directory to the compilation. |
|
|
|
|
|
|
Runs a WLanguage function by dynamic compilation, without command formatting...... |
|
|
|
|
|
|
Burns the files found in the compilation onto the CD or DVD. |
|
|
|
|
|
|
The compilation options allow you to define the help system generation settings...... |
|
|
|
|
|
|
When developing a project, the project is compiled on a regular basis.... |
|
|
|
|
|
|
A combination is a type of variabble containing a list of values.... |
|
|
|
|
|
|
A combination is a set of options. |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types...... |
|
|
|
|
|
|
Applies a computation to each element of an array. |
|
|
|
|
|
|
Applies a computation to each element of a WLanguage array. |
|
|
|
|
|
|
Returns a combination of one or more options known by their names. |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
Returns a combination of one or more options known by their associated values. |
|
|
|
|
|
|
It is necessary to compile the help to create a file based on the information entered in the help editor...... |
|
|
|
|
|
|
Checks whether a combination of one of more options known by their names is valid. |
|
|
|
|
|
|
An Option Description variable is used to handle the characteristics of a combination option through programming. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|