ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
PDF file functions (prefix syntax)
PDF file functions...
Keep-alive on connection
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
10. Page templates
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Functions for managing objects (External language)
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
<Window>.Iconize (Function)
Minimizes a WINDEV window.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Project (External language)
Opens and runs a WINDEV project.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Open (Function)
Opens a modal WINDEV window.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....