Table of Contents

TTMSFNCCloudGooglePhotosBeforeDownloadPhotoEvent Event Type

Event signature triggered before a photo is downloaded, allowing the target file name to be changed or the download to be skipped.

API unit family: TMSFNCCloudGooglePhotos

Parameters

Name Description
Sender The object about to perform the download.
AInfo The photo about to be downloaded.
AFileName The target file name; modify it to change where the photo is saved.
Allow Set to True to allow the download, or False to skip it.