Talk:Creating Methods with the C++ Class Explorer

From RAD Studio
Jump to: navigation, search

3. "enter a name for the field" should be "enter a name for the method".

5. In Method parameters, put the full parameter list for the method. The opening and closing parentheses are not required. If the method does not take any parameters, this field can be left blank.

7. The method is added to the class declaration in the .h file. A stub implementation is created in the .cpp file.

==

Thanks for your comments, Darren. I've incorporated these. - Kris Houser 7/8/09