ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HiWord (Function)
Returns the two high bytes of an integer.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Environment of code editor
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
4. Conditional statements
WEBDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
Wait (Function)
Temporarily stops the program execution.
5. User Groupware in practice