|
|
|
|
|
|
|
|
|
|
|
|
|
|
| In some cases, it may be useful to run the same query multiple times while modifying one or more parameters... |
|
|
|
|
|
|
|
| The Int type is used to easily perform calculations on integer values... |
|
|
|
|
|
|
|
| The Null keyword can be used according to different methods in WLanguage... |
|
|
|
|
|
|
|
| The mathematical SQL functions that can be used on the queries written in SQL code are as follows... |
|
|
|
|
|
|
|
| Returns the full path of the selected element in a TreeView control. |
|
|
|
|
|
|
|
| The following events appear by default in the WINDEV and WINDEV Mobile code editor |
|
|
|
|
|
|
|
| Inserts a table in a Document variable. |
|
|
|
|
|
|
|
| Inserts a table into a Word Processing control. |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query. |
|
|
|
|
|
|
|
| The Buffer type corresponds to a binary memory area. |
|
|
|
|
|
|
|
The Variant type is used to:- store any value of simple type: Boolean, Numerical (Monetary, Real, Integer, ...), Character and String, Date (Date, Time, DateTime and Duration), ...
- store named or indexed subelements.
- store any complex type value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
- handle the NULL value in WLanguage.
- store interactions with ActiveX objects and Automation programming.
|
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
|
|
|
|
|
|
|
|
| Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report). |
|
|
|
|
|
|
|
The Native Oracle Connector is used to:- specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|