ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Dequeue (Function)
Removes an element from the queue.
Enqueue (Function)
Adds an element to the queue.
Pop (Function)
Pops an element from a stack.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
MatWrite (Function)
Writes an element into a matrix.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
nWDGetHFContext: Get the HFSQL context
Gets the HFSQL context (applies to C, Pascal and Visual Basic only)......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
GetDefinition (Function)
Retrieves the definition of element type.
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
List,Select,? (External language)
Returns the element selected in the list.
Table,Add (External language)
Adds an element to a Table control.
Push (Function)
Pushes an element onto the stack.
Table,Modify (External language)
Modifies an element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
TreeMapAdd (Function)
Adds an element into a TreeMap control.
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
<TreeMap>.Add (Function)
Adds an element into a TreeMap control.