Book a Demo

Author Topic: Published properties for C++ Builder  (Read 3415 times)

PaulDraper

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Published properties for C++ Builder
« on: October 19, 2004, 07:52:51 am »
Hi guys,

Been using EA for a couple of months, and think its great  ;D

I'm currently trying to generate some code for use with Borland C++ Builder, and have hit a bit of a problem.

I want to make a number of my attibutes published properties, but cannot find a way to do this for C++

I've noticed that if you specify a class as Delphi, then when you make an attribute a Property an additional  Published check box appears. This in turn causes a tag to be added that makes the getter & setters published.

Is there any way to do this for C++ as we wish to make use of this functionality in Builder.

Thanks.