IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

GroupList Event

Fired for each group entry returned.

Syntax

type TGroupListEvent = procedure (
  Sender: TObject;
  const name: String;
  const description: String;
  const dn: String
) of Object;

property OnGroupList: TGroupListEvent read FOnGroupList write FOnGroupList;

Remarks

This event is fired once for each group entry returned when either of the ListGroups or ListUserGroups methods are called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Delphi Edition - Version 20.0 [Build 8155]