ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Events associated with Bar Code controls
List of events associated with Bar Code controls...
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
grDestinationWMF (Function)
Defines a meta file as chart destination.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Radio Button control properties
List of properties associated with a Radio Button control...
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......