IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

UserList Event

Fired once for each user entry returned.

Syntax

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

property OnUserList: TUserListEvent read FOnUserList write FOnUserList;

Remarks

This event is fired once for each user entry returned when the ListGroupMembers method is called.

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