ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Utility components
WINDEV includes several utility components that allow you to handle data directly......
PermissionRequest (Function)
Prompts the user to grant an application permission.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HTTP constants
List of constants used by the HTTP functions....
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
Content (Property)
The Content property is used to get and change the content of an element.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).