ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
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)....
Bar code constants
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
ThreadPause (Function)
Pauses the current thread during the specified duration.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
DateDifference (Function)
Calculates the number of days between two dates.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Action Bar control events
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
How to choose the data source of a control?
This help page presents the different data sources available for a control....