ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Message text file format
The text files created by WDMSG use a specific format......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
2. Projects in practice
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
ThreadExecute (Function)
Starts the execution of a secondary thread.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
14. Managing the "Back" button in practice
Logical operators
The logical operators are as follows......
OpenChild (Function)
Opens a non-modal child window.
zipSplit (Example)
Usage example of the zipSplit function
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
zipExtractAll (Example)
Usage example of the zipExtractAll function
BurnerCancel (Function)
Cancels the current burn process.
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
fListResource (Function)
Lists the resources integrated to the application.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.