ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperDelete (Function)
Deletes a row from a Looper control.
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
Set of procedures
The global procedures are grouped in set of procedures......
Other operators
The following are additional operators......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Constants for WLanguage types
List of constants for managing WLanguage types....
Code editor: Display options
The code editor proposes several display options......
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Describing a problem to the Free Technical Support
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Multi-database queries
A query (typed in SQL code) can operate on different databases......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
xBase files: Limits
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
grDraw (Function)
Draws a chart according to the specified parameters.
XMLOpenReader (Example)
Usage example of XMLOpenReader