ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
The key items
Keys are specific items in your analysis......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
<Radio button>.Add (Function)
Adds a new option into a Radio Button control.
<Radio button>.Insert (Function)
Inserts a new option into a Radio Button control.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
1. Project and analysis
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Managing space characters in the searches?
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Test of a query
The query editor allows you to run the test of query result......
7. Window templates
...Window templates...
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.