[Lazarus] Published interface TWSxxxxxx

2010-04-16 Thread José Mejuto
Hello Lazarus-List, All objects in the widgetset interface TWSx has the "class procedure" under the published section like: TWSBitBtn = class(TWSButton) published class procedure SetGlyph(const ABitBtn:... class procedure SetLayout(const ABitBtn:.. class procedure SetMar

Re: [Lazarus] Published interface TWSxxxxxx

2010-04-16 Thread Marc Weustink
José Mejuto wrote: Hello Lazarus-List, All objects in the widgetset interface TWSx has the "class procedure" under the published section like: TWSBitBtn = class(TWSButton) published class procedure SetGlyph(const ABitBtn:... class procedure SetLayout(const ABitBtn:..

Re: [Lazarus] Published interface TWSxxxxxx

2010-04-16 Thread José Mejuto
Hello Lazarus-List, Friday, April 16, 2010, 3:02:37 PM, you wrote: >> Is there any reason to be published instead public ? Maybe to garantee >> that the functions will never be removed by fpc/linker if not directly >> used in the code ? MW> there is a "virtual" classtree build based on RTTI. RTTI

Re: [Lazarus] Published interface TWSxxxxxx

2010-04-19 Thread Marc Weustink
José Mejuto wrote: Hello Lazarus-List, Friday, April 16, 2010, 3:02:37 PM, you wrote: Is there any reason to be published instead public ? Maybe to garantee that the functions will never be removed by fpc/linker if not directly used in the code ? MW> there is a "virtual" classtree build based