You are on page 1of 1

public

KIRI:INTEGER;
end;

var
INTERNET: TINTERNET;

implementation

{$R *.dfm}

procedure TINTERNET.Timer1Timer(Sender: TObject);


BEGIN
KIRI:=KIRI+1;
LABEL11.Caption:=COPY('BILLING STEKOM INTERNET',1,KIRI);
IF LABEL11.Caption='BILLING STEKOM INTERNET' THEN KIRI:=0;

LABEL1.Caption:=TIMETOSTR(TIME);
LABEL12.Caption:=DATETOSTR(DATE);

You might also like