ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
WEBDEV concepts
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Camera control in a mobile application
The Camera control is used to......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
DriveCreateFile (Function)
Creates a file on the remote disk.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
<Variable Drive>CreateFile (Function)
Creates a file on the remote disk.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.