nenads wrote:
I can import the Com Lib in Delphi 2010/XE7 just fine
but it only shows the Interfaces without any
property or method.
That's likely because WinSCP .NET assembly uses
IDispatch
interface to support scripting languages. So there's no type library.
With Delphi 2010 i can also import the .Net Assembly
but it has the same problems.
Delphi XE7 complains that "{} is not a valid Guid Value"
and will not import the .net assembly at all.
How do you "import .NET assembly" in Delphi? I'm using C++ Builder, so maybe it has same/similar function, so I can try myself.