On Wed, Oct 12, 2022 at 6:21 PM Michael Van Canneyt via lazarus
<lazarus@lists.lazarus-ide.org> wrote:

> > I have a collection stored in a file. One property of each collectionitem is
> > a value of what seeems to be a set but is not. That property is no longer
> > needed. Is there a way to delete that property?

If you mean that it should not be read anymore from the .lfm file
(after you changed the code so that it no longer has that property),
you can use RegisterPropertyToSkip() (use Find in Files to search for
examples).


-- 
Bart
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to