ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Keep-alive on connection
gpwOpenSite (Function)
Allows you to start the site when using the user groupware.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
<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.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
HPrepareSQLQuery (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.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Events associated with a Gantt Chart column
Error 2109: You are using the ObjectInfo function
Environment of the data model editor
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......