TTMSFNCCloudGoogleYouTube.GetNextCommentThreads Method
Retrieves the next page of comment threads for the given video identifier and appends it to the CommentThreads collection.
API unit family: TMSFNCCloudGoogleYouTube
Declaring type: TTMSFNCCloudGoogleYouTube
Inherited from: TTMSFNCCustomCloudGoogleYouTube
Overloads
Overload 1
Retrieves the next page of comment threads for the given video identifier and appends it to the CommentThreads collection.
procedure GetNextCommentThreads(AVideoId: string; AMaxResults: Integer = 50); overload;
Parameters
| Name | Description |
|---|---|
AVideoId |
Identifier of the video whose comment threads are requested. |
AMaxResults |
Maximum number of threads to return in the page. Defaults to 50. |
Overload 2
Retrieves the next page of comment threads for the given video and appends it to the CommentThreads collection.
procedure GetNextCommentThreads(AVideo: TTMSFNCCloudGoogleYouTubeVideo; AMaxResults: Integer = 50); overload;
Parameters
| Name | Description |
|---|---|
AVideo |
Video whose comment threads are requested. |
AMaxResults |
Maximum number of threads to return in the page. Defaults to 50. |