1

I am wondering whether there is a function named Class Helper even for C++ Builder.

My Environment: RadStudio XE4 Update 1.

I found explanation for Delphi in RadStudio XE4 here

I searched similar page for C++ Builder here, but do not find information for Class Helper for C++.

How can I find whether or not there is the Class Helper for C++ Builder on the help page? Are there any page showing the lists of functions for C++ Builder/Delphi?

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
sevenOfNine
  • 1,509
  • 16
  • 37

1 Answers1

4

Class and Record Helpers are Delphi features, there are no equivalents in C++.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770