IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

ComputerList Event

Fired for each computer entry returned.

Syntax

type TComputerListEvent = procedure (
  Sender: TObject;
  const name: String;
  const operatingSystem: String;
  const lastLogon: String;
  logonCount: Integer;
  const dn: String
) of Object;

property OnComputerList: TComputerListEvent read FOnComputerList write FOnComputerList;

Remarks

This event is fired once for each computer returned when the ListComputers method is called.

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