ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining clickable areas
In a page, an Image control can contain clickable areas......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
KeyCompareKey (Function)
Compares an initial key with an activation key.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Image with automatic scroll (WEBDEV) (prefix syntax)
Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Task list
Each project can be associated with a task list......
.Net functions
List of .Net functions...
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
The DotNet structure
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
NET constants
List of constants used by the DotNet functions....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.