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.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development...
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
WEBDEV concepts
Constants for managing the modification of windows by the user
Diagram constants
The following constants are used to manage diagrams:...
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks...
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code...
Constants for managing Gantt charts
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector...
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window...
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange...
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period:...
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window....
The Wire control
The Wire control is used to visually link 2 controls......
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView...
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window....
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Assignment of RETURN
The return value of the process currently run can be assigned...
Screen,Input (External language)
Starts the input in the controls of a window.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.