ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
3. Site development life cycle
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Information 302: Ambiguity between a variable and a control
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
1. RAD (Rapid Application Development)
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
ERR_BAD_CONTEXT
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Printing nested reports
To create a main report containing several secondary reports:...