ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Describing an element
A flexible modeling includes different elements linked together......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
fUnlock (Function)
Entirely or partially unlocks an external file.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
HSL (Function)
Creates a color from its hue, saturation and lightness.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min