ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Clickable Image control
The Clickable Image control can be used to......
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....
Image control in a 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....
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
iDestination (Function)
Configures the print destination.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.