ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Creating user accounts
A User account allows the server administrator to......
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
Error 805: No syntax without parameter
Error 809: The * character cannot be used as mandatory parameter in a function
6. Procedures
WEBDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
5. Loops
WEBDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
8. OOP
WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
<Source>.Declare (Function)
Declares a description of data file (found in an analysis) in the current project.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
grAddData (Function)
Adds a data into a chart.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.