TTMSFNCCustomCloudGooglePhotos.CreateAlbum Method
Creates a new album on the service using the title of the given album item.
API unit family: TMSFNCCloudGooglePhotos
Declaring type: TTMSFNCCustomCloudGooglePhotos
Syntax
procedure CreateAlbum(AAlbum: TTMSFNCCloudGooglePhotosAlbum);
Remarks
The result is reported through the OnCreateAlbum event.
Parameters
| Name | Description |
|---|---|
AAlbum |
The album item whose title is used; its identifier is filled in once the album is created. Has no effect when nil. |