oxGraphicButton9Click method |
Applies to
TForm2
Declaration
procedure oxGraphicButton9Click(Sender: TObject);Implementation
procedure TForm2.oxGraphicButton9Click(Sender: TObject); begin try play_snd(1); fav_con1.Popup(Left+810,Top+104); except end;End; |
|