ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
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)....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
TimeToInteger (Function)
Converts a time to an integer.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Notification>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
4. Dedicated server or shared server?
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.