GB_TIMER
typedef
struct {
GB_BASE object;
long delay;
long id;
}
GB_TIMER;
Esta estructura representa un objeto Gambas
Timer.
-
delay es el número de milisegundos entre dos ticks del timer.
-
id es un identificador para el timer utilizado por el componente que implementa el timer.
Véase también