ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
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.
JSON
JSON (JavaScript Object Notation - Object Notation from JavaScript) is a lightweight data exchange format......
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.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
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.
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)....
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
HExportJSONString (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
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.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
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....
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......