IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

LinkList Event

This event fires once for each link returned when ListLinks or GetLinkInfo is called.

Syntax

type TLinkListEvent = procedure (
  Sender: TObject;
  const Id: String;
  const Title: String;
  const URL: String;
  LinkType: Integer;
  AccessLevel: Integer;
  const ExpirationDate: String;
  const CreationDate: String;
  IsViewOnly: Boolean;
  MaxDownloads: Integer;
  TotalDownloads: Integer;
  NotifyOnAccess: Boolean
) of Object;

property OnLinkList: TLinkListEvent read FOnLinkList write FOnLinkList;

Remarks

This event fires once for each link returned when ListLinks or GetLinkInfo is called. The link cannot be modified from this event. This event will not show the items related to the specific link when calling ListLinkItems. Those will be listed using the ItemList event.

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