Re: [Lazarus] Visual Form Inheritance support

2014-08-04 Thread Mattias Gaertner
On Sun, 3 Aug 2014 18:41:27 -0300
luiz americo pereira camara luiz...@oi.com.br wrote:

 Does Lazarus implements Visual Form Inheritance feature present in Delphi?

Yes.
But not all changes to the ancestor are propagated to the
descendants in real time.
It's recommended to close the descendants before editing the
ancestor.

 
 If yes, is there an example?

Create an application. Then create an inherited item.


Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Visual Form Inheritance support

2014-08-04 Thread luiz americo pereira camara
2014-08-04 3:22 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de:

 On Sun, 3 Aug 2014 18:41:27 -0300
 luiz americo pereira camara luiz...@oi.com.br wrote:

  Does Lazarus implements Visual Form Inheritance feature present in
 Delphi?

 Yes.


Thanks. For the record, in Lazarus is not necessary to use the workaround
used in the Delphi component

Luiz
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus