EBSILON®Professional Online Documentation
In This Topic
    Cyclic Repetition
    In This Topic

    Cyclic Repetition


    General

    It is possible to let certain tasks be executed at cyclic intervals. To do this


    Example

    Example of an implementation of onTimer:

    procedure onTimer;
    begin
    messagebox ("onTimer-Procedure called");
    
    end;