ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
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)...
EndProgram (Function)
Ends the execution of the current program.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
<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.
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...
LOOP statement
The statement block is repeated endlessly...
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.
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used:...
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......
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.