ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Constant
The constants are language elements whose value is fixed once and for all...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
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)....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Image (Property)
The Image property gets and sets the background image of a control or block.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
fUncompress (Example)
Usage example of the fUncompress function
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....