Hi, I've created a visual component (TCustomControl descendant) which I've added to a new package, and then, I installed the package in Lazarus.
After that I used the component in a project, everything was fine until I closed the project, because when I open that project I realized that some of its properties values where forgotten at design time and they seemed to be remembered at runtime (at least some of them). After that I took a look at the .lfm file and I couldn't find my component data.
What could I have done wrong? Did I missed something?
