[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleyoutube.pp line 1692
type TCommentSnippet = class(TGoogleBaseObject) |
protected |
procedure SetauthorChannelId(); virtual; |
procedure SetauthorChannelUrl(); virtual; |
procedure SetauthorDisplayName(); virtual; |
procedure SetauthorGoogleplusProfileUrl(); virtual; |
procedure SetauthorProfileImageUrl(); virtual; |
procedure SetcanRate(); virtual; |
procedure SetchannelId(); virtual; |
procedure SetlikeCount(); virtual; |
procedure SetmoderationStatus(); virtual; |
procedure SetparentId(); virtual; |
procedure SetpublishedAt(); virtual; |
procedure SettextDisplay(); virtual; |
procedure SettextOriginal(); virtual; |
procedure SetupdatedAt(); virtual; |
procedure SetvideoId(); virtual; |
procedure SetviewerRating(); virtual; |
published |
property authorChannelId: TJSONSchema; [rw] |
property authorChannelUrl: string; [rw] |
property authorDisplayName: string; [rw] |
property authorGoogleplusProfileUrl: string; [rw] |
property authorProfileImageUrl: string; [rw] |
property canRate: Boolean; [rw] |
property channelId: string; [rw] |
property likeCount: Integer; [rw] |
property moderationStatus: string; [rw] |
property parentId: string; [rw] |
property publishedAt: TDatetime; [rw] |
property textDisplay: string; [rw] |
property textOriginal: string; [rw] |
property updatedAt: TDatetime; [rw] |
property videoId: string; [rw] |
property viewerRating: string; [rw] |
end; |
| |
| |
TObject |