views:

164

answers:

1

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.

+2  A: 

Use the official online reference. The link is directly to the index - just look up types and functions there as needed.

Pavel Minaev