| N34Click method |
Applies to
TForm2
Declaration
procedure N34Click(Sender: TObject);Implementation
procedure TForm2.N34Click(Sender: TObject);
begin try
play_snd(1);
self.Notebook1.PageIndex:=2;
SetPriorityClass(GetCurrentProcess,high_p);
if wikimedia_console.Busy then wikimedia_console.Stop;
wikimedia_console.Go(get_ini_params('wikis',TMenuItem(Sender).Hint));
except
on E : Exception do _log_entry_error(E.ClassName,E.Message,'E40000');
end;End; |
|
|