|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WEBDEV includes multiple methods for testing your sites...... |
|
|
|
|
|
|
|
| Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances...... |
|
|
|
|
|
|
|
| Automatically initializes the controls of a window with:
the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
the values of the bound WLanguage variables.... |
|
|
|
|
|
|
|
| Prints (or not) the page headers and footers of nested report. |
|
|
|
|
|
|
|
| Searches for a value in a Table control populated programmatically. |
|
|
|
|
|
|
|
| The DefaultValue property is used to:
Find out the default value of an item. This item was defined in the data model editor or through programming.
Define the default value of an item (when describing the item through programming).... |
|
|
|
|
|
|
|
| The InputValue property is used to:
find out whether the end user can enter or change values in a Spreadsheet control.
allow or prevent the end user from entering or changing values in a Spreadsheet control.... |
|
|
|
|
|
|
|
| Replaces all the parts of a string that follow a specific format. |
|
|
|
|
|
|
|
| The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web...... |
|
|
|
|
|
|
|
| A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming...... |
|
|
|
|
|
|
|
| Defines the number of rows and columns in a Waffle graph. |
|
|
|
|
|
|
|
| Defines the Geometry of cells in a Waffle graph. |
|
|
|
|
|
|
|
| Defines the Geometry of cells in a Waffle graph. |
|
|
|
|
|
|
|
| Defines the number of rows and columns in a Waffle graph. |
|
|
|
|
|
|
|
| An application that works with the User Groupware can be used with a database handled by a Native Connector...... |
|
|
|
|
|
|
|
| Returns the result of the bitwise logical NOT operation of a value. |
|
|
|
|
|
|
|
| A help system includes several pages...... |
|
|
|
|
|
|
|
| Returns the result of the (bitwise) logical OR between two values. |
|
|
|
|
|
|
|
| During a project test in the editor, breakpoints are used to automatically start the debugger from a given line...... |
|
|
|
|
|
|
|
| Evaluates the value of an expression built in a character string. |
|
|
|
|
|
|
|
| Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery). |
|
|
|
|
|
|
|
| Permanently deletes a control from a window, page or report. |
|
|
|
|
|
|
|
| Closes a WINDEV window (and returns a value if necessary). |
|
|
|
|
|
|
|
| Some of the parameters passed to a procedure can be optional parameters...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|