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