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