Table of Contents

TTMSFNCCustomCloudGooglePhotos.FindAlbumByTitle Method

Searches the loaded Albums collection for an album with the given title.

API unit family: TMSFNCCloudGooglePhotos Declaring type: TTMSFNCCustomCloudGooglePhotos

Syntax

function FindAlbumByTitle(AAlbumTitle: String): TTMSFNCCloudGooglePhotosAlbum;

Parameters

Name Description
AAlbumTitle The title to match.

Returns

The first album whose title matches, or nil when no album matches.