now_factorClick method

Applies to
TForm2

Declaration
procedure now_factorClick(Sender: TObject);

Implementation

procedure TForm2.now_factorClick(Sender: TObject);
begin try
play_snd(1);
self.Notebook1.PageIndex:=6;
SetPriorityClass(GetCurrentProcess,high_p);
wikinews_console.Go(self.compile_path(get_ini_params('wikis','wikinews.today')));
except
on E : Exception do _log_entry_error(E.ClassName,E.Message,'A30000');
end;End;


HTML generated by Time2HELP
http://www.time2help.com