ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Access rights to a class property
A property is a code element that includes two processes......
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLChangeConnection (Function)
Modifies the current connection.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
SQLReqExists (Function)
Checks the existence of a query.
Principle of remote check
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
SQLNext (Function)
Positions on the next row of the query result.
LockAppOff (Function)
Unlocks an application that was locked automatically or by LockAppPassword.
SQLLast (Function)
Sets the position on the last row of the query result.
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
PDFReaderSeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......