ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
The Clickable Image control
The Clickable Image control can be used to......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Resizing a window (AAF)
Feedback component
The Feedback component is a component provided with WINDEV......
The different types of windows
The following types of windows can be created in a WINDEV application......
Image control in a page
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
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.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
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....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.