F
fred_jing
Unregistered / Unconfirmed
GUEST, unregistred user!
if Button=mbRight then
begin
if Assigned(ShellTreeView1.Selected) then
begin
if FileExists(String(ShellTreeView1.Selected.Data^)) then
begin
p:=Mouse.CursorPos;
PopupBackFile.Popup(p.X,p.Y);
end;
end;
end;
begin
if Assigned(ShellTreeView1.Selected) then
begin
if FileExists(String(ShellTreeView1.Selected.Data^)) then
begin
p:=Mouse.CursorPos;
PopupBackFile.Popup(p.X,p.Y);
end;
end;
end;