ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact belongs...
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
MyPage (Reserved word)
MyPage is used to handle the current page...
Creating a translation file
WDINT allows you to create a translation file....
MemFound (Function)
Checks whether the sought element was found.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
LDAPRenameAttribute (Function)
Renames an attribute.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.