ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Comment (Property)
The Comment property is used to manage comments.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
fCompress (Function)
Compresses a file.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
iPrintReport (Function)
Prints a report created with the report editor.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Link (Property)
The Link property is used to get and change the link of an element.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
SQLConnect (Example)
Usage example of the SQLConnect function
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Installing and starting WDTRAD
Installing and starting WDTRAD
Password (Property)
The Password property sets and changes the password.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......