ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
DateModified (Property)
The DateModified property is used to get the modification date of an element.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
OrgDelete (Function)
Deletes an element and its "children" from an Organization Chart control.
Handling TimeLine controls programmatically
A TimeLine control can be......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......