Versions Compared

Key

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

Visual Basic.NETで、Session.CreateComponentまたはCreateComponent または .AddComponentを使います。 

...


Private MyComponent As LANSA_MYCOMP_LIB.MYCOMP

...

 
If Session.IsConnected then
MyComponent = Session.CreateComponent("MYCOMP")

...

     End if