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.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Functions for handling directories and external files
List of functions for handling external files...
Setup directory
The setup wizard allows you to configure the setup directory of application....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used:...
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
5. Displaying a WEBDEV Session site
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection...
Handling Gantt Chart controls programmatically
Scheduler control events
The following events associated with Scheduler controls:...
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange...
CloseSession (Function)
Closes a session with Lotus Notes or Outlook.
SysReleaseDC (Function)
Frees the current DC (Device Context) retrieved by SysGetDC.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest....
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
GetActiveObject (Example)
Usage example of the GetActiveObject function
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
Events associated with a Multimedia control
List of events associated with a Multimedia control...
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
LOOP statement
The statement block is repeated endlessly...
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.