AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
9 resultados para: end
<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).
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HTransactionEnd (Función)
Valida la transacción actual:
  • las modificaciones realizadas en la tabla 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.
LOOP statement
The statement block is repeated endlessly...
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
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.
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.