ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
End
END can correspond to:
  • the END keyword of WLanguage used to specify the end of a loop.
  • the End property, which can be used on EventTimeline variables.
....
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
EndProgram (Function)
Ends the execution of the current program.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table since the start of transaction (HTransactionStart) are validated.
  • the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
  • the records locked in read-only by the transaction are unlocked.
XMLClose (Function)
Closes an XML document created by XMLDocument.
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table since the start of transaction (HTransactionStart) are validated.
  • the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
  • the records locked in read-only by the transaction are unlocked.
IF statement
The conditional IF statement allows you to run an action according to a condition...
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
LOOP statement
The statement block is repeated endlessly...
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives...
ThreadExecute (Function)
Starts the execution of a secondary thread.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Constants for managing Gantt charts
Automatically extracts and decompresses files from a directory in the file tree of an archive...
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie...
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table...
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress...
UploadStart (Function)
Starts sending the selected files into an Upload control.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements...
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic...
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes...
Array management functions
List of functions for managing arrays...
Events associated with the Conference control
List of events associated with a Conference control...
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
HCancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal,...
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications...