WikipediaSupportPages1Click method |
Applies to
TForm2
Declaration
procedure WikipediaSupportPages1Click(Sender: TObject);Implementation
procedure TForm2.WikipediaSupportPages1Click(Sender: TObject); begin try play_snd(1); open_web_page(get_ini_params('system','me_support')); except end;End; |
|