Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use Session.CreateComponent or .AddComponent in Visual Basic.NET.

     Private MyComponent As LANSA_MYCOMP_LIB.MYCOMP
 
If Session.IsConnected then
MyComponent = Session.CreateComponent("MYCOMP")
End if