TTMSFNCCustomCloudGoogleYouTube.GetNextVideos Method
Retrieves the next page of videos and appends it to the Videos collection.
API unit family: TMSFNCCloudGoogleYouTube
Declaring type: TTMSFNCCustomCloudGoogleYouTube
Syntax
procedure GetNextVideos(AMaxResults: Integer = 50);
Remarks
Uses the page token stored from the previous request.
Parameters
| Name | Description |
|---|---|
AMaxResults |
Maximum number of videos to return in the page. Defaults to 50. |