ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fUnlock (Function)
Entirely or partially unlocks an external file.
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....
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....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
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.
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....
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.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
WinStatus (Function)
Identifies or modifies the window status.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
HChangeName (Function)
Modifies the physical name of a data file.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Automatic management of exceptions
The management of exceptions can be customized by process......