Talk:Add Field (C++)

From RAD Studio
Jump to: navigation, search

For all three reference topics (Add Field, Add Method and Add Property), I would suggest the following change to the explanation of "managed unit":

Note: The Add Field context menu command is enabled only for elements that are declared in a C++ unit. A C++ unit is created by choosing File > New > Unit - C++Builder or File > New > Form - C++Builder. C++ units differ from ordinary C++ source files in that the header (.h) and implementation files (.cpp) are grouped together. For a C++ unit, the code editor will display a tab for the .cpp file and the .h file along the bottom of the code editor. You cannot add fields, methods, or properties to VCL elements using the C++ Class Explorer.


Got it. Thanks, Darren. -- Kris Houser 7/8/09