ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Webservice management functions
Webservice management functions...
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HFSQL Client/Server: Configuring the data files on the server
Input (Function)
Displays a message allowing the user to type an information.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Combo Box columns in the Table controls (prefix syntax)
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Size (Property)
The Size property is used to determine and change the size of an element.
19. Upload: Sending files to the server
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
iParameterPDF (Function)
Defines the options for the generated PDF file.
ArrayCopy (Function)
Copies the content of an array to another array.
dCopy (Function)
Copies an image to another image.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....