View Single Post
  #9  
Old 06-02-2006, 10:45 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I would say hotel = ""; would be enough
(if it's a normal variable then it and all its subvars will be deleted, if it's a TStaticVar then it will be deleted after a few moments if no other variable is linking to it anymore)

For the tree view menu:
PHP Code:
function MyTreeView.onOpenMenu(nodepathnamedotname) {
  if (
node.nodes.size()<=0)
    
MyContextMenu.open(mousescreenx,mousescreeny);

Reply With Quote