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.
views:
164answers:
1
+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
2009-07-28 00:40:46