ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
<xlsDocument variable>.Save (Function)
Saves an XLS document.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
FBStopSession (Function)
Closes the Facebook session opened with the FBStartSession function.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
Functions for handling commands in console mode
Functions for handling commands in console mode....
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
MaskFormat (Function)
Formats a character string using an InputMask variable.
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......