ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Map control properties
The following properties can be used with Map controls:...
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
TreeView Table control properties
List of properties associated with the TreeView Table control...
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
SysRecentDocList (Function)
Returns the list of recently opened documents.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
ErrorThrow (Function)
Throw a non-fatal error.
BurnerCancel (Function)
Cancels the current burn process.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
dPolyline (Function)
Draws a line composed of multiple segments.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Constants for managing emails
List of constants used by the functions for managing emails....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min