ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
Camera control in a mobile application
The Camera control is used to......
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
<Multimedia>.Duration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
25. Performing a process on several successive pages
Performing a process on several successive pages...
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Image editor: Features
The image editor includes several features......
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.