ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
iPrintImage (Function)
Sends the image file to print to the print buffer.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
SQLExec (Function)
Names and runs an SQL query.
Check model
You can use check models to easily create checks...
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
Events associated with internal windows
List of events associated with internal windows...
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.