AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 776-86 de 86 para end
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
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.
LOOP statement
The statement block is repeated endlessly...
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
EndProgram (Function)
Ends the execution of the current program.
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.
1
4