ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dChord (Example)
Usage example of the dChord function
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HState (Function)
Used to find out the state of a record.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
FileDisplay (Example)
Usage example of the FileDisplay function
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
HCross (Function)
Crosses a record in a data file.
Events associated with List Box controls
List of events associated with List Box controls...
Height (Property)
The Height property is used to get and change the height of an element.
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Events associated with a Switch control
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
dSlice (Example)
Usage example of the dSlice function
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Automation object
The Automation keyword is used to declare an automation object...
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
MemSeek (Example)
Usage example of the MemSeek function