ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image Editor>.Open (Function)
Opens an image in an Image Editor control.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect to a horizontal axis).
HFSQL Client/Server: Configuring the server
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
PicClose (Function)
Closes the image found in an Image Editor control.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......