[Lazarus] Postgres database again...

Dave Coventry dgcoventry at gmail.com
Mon May 26 14:43:31 CEST 2008


Mattias Gaertner wrote:
> On Sat, 24 May 2008 12:00:56 -0300 Joao Morais <post at joaomorais.com.br> wrote:
> 
>> (1) TAbstract = class(TForm)
>>    Panel
>>
>> (2) TNotSoAbstract = class(TAbstract)
>>    SomeButtonInsideTheInheritedPanel
>>
>> Form (2) works nice.
>>
>> (3) TConcrete = class(TNotSoAbstract)
>>
>> Form (3) always raise exceptions saying 'Duplicate name: A component 
>> named "Panel" already exists'. One message for each TAbstract member. 
>> 22-may snapshot. Known issue, or should I create a project that 
>> reproduces the problem and create a bug report?
> 
> Yes, please create a bug report.

http://bugs.freepascal.org/view.php?id=11357

Joao Morais



More information about the Lazarus mailing list