SearchonCurrentLocation1Click method |
Applies to
TForm1
Declaration
procedure SearchonCurrentLocation1Click(Sender: TObject);Implementation
procedure TForm1.SearchonCurrentLocation1Click(Sender: TObject); begin try if Sender<>nil then play_snd(1); ShellExecute(handle,'find',PChar(String(vc1.Path)),'','',1); except end;End; |
|