ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Size (Property)
The Size property is used to determine and change the size of an element.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Supercontrol
A supercontrol is an advanced type of control......
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
SQLExec (Function)
Names and runs an SQL query.
HClient structure
The HClient structure is used to......
MySelf (Reserved word)
MySelf is used to handle the current control...
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Constants for managing Map controls
Constants for managing Map controls...
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
ThreadEnd (Function)
Ends the execution of the current thread.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...