ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Control constants
List of constants used by the functions for managing controls...
HDescribeFile (Function)
Describes a data file programmatically.
Installing a SOAP server with Apache
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
HRegenerateFile (Function)
Regenerates a data file from its log.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Installing a Webservice (old format)
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
BrowserShare( Function)
Starts native device sharing.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.