ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_MSG_BOX
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
2. Static or dynamic site
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
HStatTime (Function)
Returns the time of the last update for the index statistics.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
WDTestSite: Load test
The stress tests are used to check......
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
Creating a flexible modeling
To create a new flexible modeling, you can......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....