Page 1 of 1

xbrowse - delcol method

Posted: Sun Dec 30, 2007 8:30 pm
by nageswaragunupudi
It appears the following commented lines are redundant and can be removed from the source code.

Code: Select all

METHOD DelCol( nPos ) CLASS TXBrowse

//   local oCol    // no purpose
   local nFor

//   oCol := TXBrwColumn():New( Self )  // no purpose

   < ... rest of the code ... >

return nil

Posted: Sun Dec 30, 2007 8:36 pm
by Antonio Linares
Modified, thanks! :-)