oxGraphicButton8Click method |
Applies to
TForm2
Declaration
procedure oxGraphicButton8Click(Sender: TObject);Implementation
procedure TForm2.oxGraphicButton8Click(Sender: TObject); begin try play_snd(1); self.Notebook1.PageIndex:=10; if EmbeddedWB1.Busy then EmbeddedWB1.Stop; EmbeddedWB1.Go(compile_path(get_ini_params('WikiBrowseDM','wikis'))); except end;End; |
|