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.
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event...
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event...
Error 3: The string has no final "
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event...
<Word Processing>.EndModification (Function)
Indicates the end of a series of actions performed in a Word Processing control in a single event...
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one...
<Spreadsheet>.EndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event...
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one...
AFTER
... code while waiting for this procedure to end.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances...
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end...
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event...
<Diagram editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event...
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user...
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed...
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user...
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram...
Warning 127: You are using a data source local to the process
WinEditMode (Property)
... and its controls when the window switches to "UI modification by end user" mode.
WinEditAllowed (Property)
... when the window switches to "Allow end users to modify the UI" mode.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Automatic calculations in a Table control (AAF)
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
1
4
5
6
7
8
43
>