IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

ItemList Event

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

Syntax

typedef struct {
  String Id;
  String Name;
  String Path;
  String CreatorFirstName;
  String CreatorLastName;
  int ItemType;
  String ParentId;
  String Description;
  String ExpirationDate;
  String CreationDate;
  __int64 Size;
} TicsShareFileItemListEventParams;

typedef void __fastcall (__closure *TicsShareFileItemListEvent)(System::TObject* Sender, TicsShareFileItemListEventParams *e);

__property TicsShareFileItemListEvent OnItemList = { 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 C++ Builder Edition - Version 20.0 [Build 8265]