ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
....
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
EndProgram (Function)
Ends the execution of the current program.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file 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.
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.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file 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.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
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......
XMLChild (Function)
Positions on the first child element of current element.
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)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab...
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string....
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
LooperInsertLine (Function)
Inserts a row into a Looper control.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable...