ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Currencies
A currency is a real coded on 10 bytes....
Description window of a combining query
The description window of a combining query consists of several sections......
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
List,Position (External language)
Positions the first element displayed in the list or returns the index of the first element displayed.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Events associated with Link controls
List of events associated with Link controls...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Remote WEBDEV administrator: Server settings
The server administrator can define the server parameters via the remote administration tool......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
WINDEV Mobile 2024 Tutorial - Table of contents
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.