PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

WD Managing the timers
Publié par Boller
dans la catégorie Outils
Nouveautés



Description
WD Managing the timers

// ----------------------------------------------------------------
// --------------------- GLOBAL VARIABLES -----------------------
// ----------------------------------------------------------------
TimerSys("DisplayTime",100,1) // Declare the timer "1",
// Timer "1" will run the "DisplayTime" procedure
// every 100 hundredths of a second

// ----------------------------------------------------------------
// ----------------------- RUN CODE ---------------------------
// ----------------------------------------------------------------

// Stop the timer "1"
EndTimerSys(1)


// ----------------------------------------------------------------
// ----------------------- RUN CODE ---------------------------
// ----------------------------------------------------------------

TimerSys("DisplayTime",100,1)
// Declare the timer "1",
// Timer "1" will run the "DisplayTime" procedure
// every 100 hundredths of a second

Illustrations, copies d'écran
none
none
Avis des utilisateurs
(Pour noter la ressource, cliquez sur Ecrire un avis)
Aucun avis ou commentaire ? Soyez le premier !