Página 1 de 1

Intellisense Bug

Publicado: Lun Mar 05, 2018 1:42 pm
por emeasoft
Hello Xailers,

I've encountered a bug on the intellisense feature, Xailer does not load the methods and properties from more than one inherited class.

E.g.:
CLASS TClass FROM TInheritClass1, TInheritClass2

Xailer will only load the methods and variables from the first class (TInheritClass1).

Is this really a bug or is there any configuration to make it work with all inherited classes.

Thanks in advance,
Juliano

Re: Intellisense Bug

Publicado: Lun Mar 05, 2018 4:38 pm
por ignacio
Hi,

I'm afraid is a unsupported feature. I can not assure it will be supported in the near future. Sorry. BTW, I personally highly advised against using multiple inheritance. I prefer to use message forwarding or delegation.

Regards

Re: Intellisense Bug

Publicado: Mar Mar 06, 2018 11:25 am
por emeasoft
Oh I see, and I will look into message forwarding or delegation.

Thanks Ignacio!