ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
Time (Type of variable)
The Time type is used to easily handle the times...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
SysDir (Function)
Returns the path of a system directory.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
.NET object
To access a class......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
NotesDocumentSeek (Function)
Seeks a document in Lotus Notes.
Asc (Example)
Usage example of the Asc function
grSourceSeries (Function)
Defines the source of a series.
Automation object
The Automation keyword is used to declare an automation object...