[Lazarus] Can I delete a property from a collectionitem
Bart
bartjunk64 at gmail.com
Wed Oct 12 22:21:18 CEST 2022
On Wed, Oct 12, 2022 at 6:21 PM Michael Van Canneyt via lazarus
<lazarus at 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
More information about the lazarus
mailing list