ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
HForward (Example)
Usage example of the HForward function
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
State (Property)
The State property is used to get and change the state of an element.
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Creating a window skin template
Accessibility (Property)
The Accessibility property gets and sets the accessibility properties of a control.
Clipboard management functions
List of functions for managing the clipboard...
HDeclareExternal (Example)
Usage example of the HDeclareExternal function