DirList Event

Fires for each entry returned in a directory listing.

Syntax

type TDirListEvent = procedure (
  Sender: TObject;
  const ResourceURI: String;
  const DisplayName: String;
  const ContentLanguage: String;
  const ContentLength: String;
  const ContentType: String;
  const LastModified: String
) of Object;

property OnDirList: TDirListEvent read FOnDirList write FOnDirList;

Remarks

The DirList event is fired when a directory listing is received as a response to ListDirectory.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

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