ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
LooperSelectPlus (Function)
Selects a row in a Looper control.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
fSeek (Example)
Usage example of the fSeek function
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Materialized view
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
HPass (Function)
Defines the password used to create or open a data file.
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Creating the Form pages of a WEBDEV RAD pattern
Example for creating a select query
This help page explains how to create two select queries......
Seek (Function)
Searches for the index of an element in a WLanguage array.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.