oxGraphicButton2Click method |
Applies to
TForm1
Declaration
procedure oxGraphicButton2Click(Sender: TObject);Implementation
procedure TForm1.oxGraphicButton2Click(Sender: TObject); begin try if Sender<>nil then play_snd(1); vr1.RefreshTree; except end;End; |
|