| UncyclopediaIndex1Click method |
Applies to
TForm2
Declaration
procedure UncyclopediaIndex1Click(Sender: TObject);Implementation
procedure TForm2.UncyclopediaIndex1Click(Sender: TObject);
begin try
play_snd(1);
self.Notebook1.PageIndex:=9;
SetPriorityClass(GetCurrentProcess,high_p);
if (Trim(wikispices_console.LocationURL)='')or(Sender=OHHotLabel3) then
wikispices_console.Go(get_ini_params('wikis','species.wikimedia.main'));
except end;End; |
|
|