Specifications

COM+ reference
20
Glink: API reference manual Gallagher & Robertson
procedure TForm1.GlinkApi1onGlinkEvent(Sender: TObject;
var glevent: OleVariant);
begin
end;
To enable the event handler, add the following after the GlinkApi object creation
and before starting the session:
GlinkApi1 := TGlinkApi.Create(Self);
GlinkApi1.OnonGlinkEvent := GlinkApi1onGlinkEvent;
GlinkApi1.start; (* connection will be started
automatically *)