ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Camera control in a mobile application
The Camera control is used to......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
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.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
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......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
12. Pages in practice
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.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.