How do I implement more than one concept interface?
I created two concept interfaces. My concept already implements the INamedConcept. I want to implement all three of them (as I read in the documentation, that is possible), but I cant make the editor to do so (tried the usual Ctrl-Space and Alt-Enter).
Best regards
Jens
Please sign in to leave a comment.
You should have cursor in the 'INamedConcept' cell and press <Enter> or <Insert>. After that an empty editor cell will show up and you will type name of your intreface into it.
Igor.
Now I have 3 concept interfaces implemented, thanks!
Best regards
Jens