2.2 Delphi

From Delphi, get a handle to the GroupWise Application object and log in to GroupWise using statements similar to Visual Basic. However, ComObj (or OleAuto for Delphi v2.x) must be declared in the Uses section and objGroupWise must be declared variant in the Var section.

To get the handle to the GroupWise Application object from Delphi, use:

objGroupWise := CreateOleObject( 'NovellGroupWareSession' );

To log in to GroupWise from Delphi, use:

objGroupWise.Login( txtUserID, txtCommandLine );

Important: User-defined fields that are defined in binary will function only under C++.