ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Handling TimeLine controls programmatically
A TimeLine control can be......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
EndProgram (Function)
Ends the execution of the current program.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
HErrorLock (Function)
Used to check whether a lock error occurred.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......