ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control functions
List of functions for managing Looper controls...
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Software license agreement
WINDEV Express license agreement...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
TwainState (Function)
Returns the status of the current source.
zipListFile (Function)
Returns the list of files found in an archive.
Compatibility between external components and deployed applications
A component can evolve in many ways......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
xlsSave (Function)
Saves an XLS document.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
fSeparator (Function)
Returns a file path with normalized separators.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).