Event OnSearchInfo

Occurs when there is any information that received by component

type TMFtpSearchInfo = (searchStart, SearchDone, SearchFileFound);
type
TMFtpSearchInfoEvent = procedure (Sender: TObject; info: SearchInfo; addinfo: String) of Object;

property OnSearchInfo: TMFtpSearchInfoEvent;

Applied to

TMFtpSearch