Where can I find API documentation for TComponent, TObject, TList, etc.? I am converting some C++ code that was written using C++ builder into C#. I'm having trouble finding related documentation for these classes in order to find a C# equivalent.
- I believe it it is version 6.Taylor Leese– Taylor Leese2009-07-28 21:36:17 +00:00Commented Jul 28, 2009 at 21:36
Add a comment |
1 Answer
Use the official online reference. The link is directly to the index - just look up types and functions there as needed.