| UpdateWikiBrowse1Click method |
Applies to
TForm2
Declaration
procedure UpdateWikiBrowse1Click(Sender: TObject);Implementation
procedure TForm2.UpdateWikiBrowse1Click(Sender: TObject);
begin try
play_snd(1);
open_web_page(get_ini_params('system','home_update'));
except
on E : Exception do _log_entry_error(E.ClassName,E.Message,'B10000');
end;End; |
|
|