AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 1126-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.
<Chrono>.End (Función)
Detiene un cronómetro y devuelve el tiempo transcurrido (en milisegundos) desde que se inició el cronometraje (con la función <Chrono>.Start).
EndProgram (Function)
Ends the execution of the current program.
HTransactionEnd (Función)
Valida la transacción actual:
  • las modificaciones realizadas en el archivo de datos desde el inicio de la transacción (HTransactionStart) se validan.
  • el archivo de transacción se elimina (si la transacción es la última transacción en curso, en el caso de una aplicación de red)
  • los registros bloqueados en solo lectura por la transacción, se desbloquean.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
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.
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.
1
4