1.2 Delphi

From Delphi, get a handle to the System object for the Administrative Object API and connect to a GroupWise domain using statements similar to Visual Basic. However, OleAuto must be declared in the Uses section and objAdminSystem must be declared variant in the Var section.

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

objAdminSystem := CreateOleObject( ’NovellGroupWareAdmin’ );

To connect to a GroupWise domain from Delphi, use:

objAdminSystem.Connect( txtPath );

Important: Applications that use the Administrative Object API require the Novell 32-bit NetWare client. Otherwise, the application will appear to register correctly, but will not function properly.