ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
The Clickable Image control
The Clickable Image control can be used to......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
Compilation options (HLP format)
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Telemetry: Main features
iDestination (Function)
Configures the print destination.
Image control in a page
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....