[Lazarus] Own component - problem with default published property

cobines cobines at gmail.com
Wed May 16 16:01:34 CEST 2012


If you changed the default you should publish it with:

property Style default csDropDownList;

If property has default value it is not written to LFM, in that case
the value is whatever you set in constructor.

--
cobines




More information about the Lazarus mailing list