ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
HCheckStructure (Function)
Defines the mode for comparing data files.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.