[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleyoutube.pp line 4408
type TSubscriptionSubscriberSnippet = class(TGoogleBaseObject) |
protected |
procedure SetchannelId(); virtual; |
procedure Setdescription(); virtual; |
procedure Setthumbnails(); virtual; |
procedure Settitle(); virtual; |
published |
property channelId: string; [rw] |
property description: string; [rw] |
property thumbnails: TThumbnailDetails; [rw] |
property title: string; [rw] |
end; |
| |
| |
TObject |