ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListProcedureLoadImage (Function)
Specifies the procedure to be called when displaying a row in a ListView control. This makes it possible to display an image dynamically, rather than loading an image from disk.
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
DocFind (Function)
Finds a character string: in an entire Word Processing document. in a fragment....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
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.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
ReplicInfo (Function)
Returns information about a replication.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
CurrentYear (Function)
Returns the current year in integer format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
Unalterable (Property)
The property Unalterable property is used to set the inalterability of a table: the table cannot be modified; only additions can be made.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......