| OHHotLabel6Click method |
Applies to
TForm2
Declaration
procedure OHHotLabel6Click(Sender: TObject);Implementation
procedure TForm2.OHHotLabel6Click(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',TLabel(Sender).Hint)));
except end;End; |
|
|