Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Delphi dialect question -- Interface
Fri, Sep 21 2012 6:22 AMPermanent Link

Dominique Willems

As a very interested outsider looking in, I was wondering whether the
Delphi dialect used in EWB supports the Interface concept/keyword?
Fri, Sep 21 2012 9:17 AMPermanent Link

Raul

Team Elevate Team Elevate

AFAIK not in the way interface is used in delphi.

The class declarations are currently as follows

http://www.elevatesoft.com/manual?action=viewtopic&id=ewb1&topic=Classes

There is a concept of an external interface but that has to do with
ability to import and use external javascript so not same thing:

http://www.elevatesoft.com/manual?action=viewtopic&id=ewb1&topic=External_Interfaces

This is version 1 of the EWB and i have no doubt it will evolve over time.

Raul

On 9/21/2012 6:22 AM, Dominique Willems wrote:
> As a very interested outsider looking in, I was wondering whether the
> Delphi dialect used in EWB supports the Interface concept/keyword?
>
Fri, Sep 21 2012 10:26 AMPermanent Link

Dominique Willems

Raul wrote:
> AFAIK not in the way interface is used in delphi.

Which I hope very much! The Delphi Interface implementation is a bit of
a COM hack.

> This is version 1 of the EWB and i have no doubt it will evolve over
> time.

Of course. Just didn't know whether Tim went as far as implementing
such advanced Delphi features, and if so, it had to be more elegant
than the existing Interface concept.
Image