ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Size (Property)
The Size property is used to determine and change the size of an element.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
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.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Data persistence
The data persistence is used to store the value typed by the user......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
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......
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......