ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV: Example of programmed Drag and Drop
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
LooperInsertLine (Function)
Inserts a row into a Looper control.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
ControlClone (Function)
Creates a new control from an existing control.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Internal component
An internal component is a set of elements from a project......
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Push notification
A mobile device can receive push notifications......
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.