ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLLast (Function)
Sets the position on the last row of the query result.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HMode (Function)
Changes the mode and the method for locking data files.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
SQLNext (Function)
Positions on the next row of the query result.
HAddGroup (Function)
Adds a group of users.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
LooperSelectPlus (Function)
Selects a row in a Looper control.
Handling a control through programming in a report
All report controls can be handled through programming......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
SQLFirst (Function)
Positions on the first row of the query result.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.