MultimediaStartPage1Click method |
Applies to
TForm2
Declaration
procedure MultimediaStartPage1Click(Sender: TObject);Implementation
procedure TForm2.MultimediaStartPage1Click(Sender: TObject); begin try play_snd(1); self.Notebook1.PageIndex:=2; SetPriorityClass(GetCurrentProcess,high_p); if (Trim(wikimedia_console.LocationURL)='')or(Sender=OHHotLabel3) then wikimedia_console.Go(get_ini_params('wikis','wikimedia.main')); except on E : Exception do _log_entry_error(E.ClassName,E.Message,'E40000'); end;End; |
|