ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.StatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
<Source>.StatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
<Source>.LogStop (Function)
Stops the log process of a file.
Size (Property)
The Size property is used to determine and change the size of an element.
Null (keyword)
The "Null" keyword can correspond to:
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.DeleteTrigger (Function)
Deletes a trigger.
HLogRecreate (Function)
Used to re-create an empty log.
HLogRestart (Function)
Restarts the logging process on a file.
HLogStop (Function)
Stops the log process of a file.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HStatNbRec (Function)
Returns the number of entries for a given key item.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HDeleteTrigger (Function)
Deletes a trigger.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).