ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<Array>.Sum (Function)
Calculates the sum of the array elements.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
<Array>.Max (Function)
Returns the greatest value in the array.
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
Sum (Function)
Calculates the sum of the array elements.
Max (Function)
Returns the greatest value passed as parameter.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
SysTheme (Function)
Returns the current theme used on the mobile device.
Operations performed on deployment diagrams
The following paragraphs explain......
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaOpen (Function)
Opens a media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
InitRandom (Function)
Initializes the generator of random numbers.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Min (Function)
Returns the lowest value.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......