IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

ItemList Event

This event fires once for each item returned when either ListItems , ListLinkItems or GetItemInfo is called.

Syntax

type TItemListEvent = procedure (
  Sender: TObject;
  const Id: String;
  const Name: String;
  const Path: String;
  const CreatorFirstName: String;
  const CreatorLastName: String;
  ItemType: Integer;
  const ParentId: String;
  const Description: String;
  const ExpirationDate: String;
  const CreationDate: String;
  Size: Int64
) of Object;

property OnItemList: TItemListEvent read FOnItemList write FOnItemList;

Remarks

This event fires once for each item returned when either ListItems, ListLinkItems or GetItemInfo is called. The items cannot be modified from this event.

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