ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
HaspHLInfo (Function)
Returns information about the electronic Hasp key.
1. Testing a site: Elements to be tested
TaskRead (Function)
Reads a task in the task list of a Lotus Notes or Outlook messaging.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Examples for using the OLE DB provider for HFSQL
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Defining a help window template
WINDEV allows you to create help window templates......
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
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......
The pages
Pages are the main interface of a WEBDEV site......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
DiagramSave (Function)
Saves a diagram as a "diag" file.