ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
15 results for: entier
Oracle Native Connector: Execute the same query more than once
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters...
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows...
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor
<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
<Source>.PrepareSQLQuery (Function)
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.
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Variant (Variable type)
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.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).
Oracle Native Connector: Retrieve the output value of a stored procedure
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.