Can I add a method to a component (TStringGrid) without compiling it into a package? Packages used to drive me nuts in Delphi, and they don't seem to have got any simpler in lazarus...
The method has no effect on the visual aspects of TStringGrid, all it does is populate the cells from my own TTabDelimitedStringList.