[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleclassroom.pp line 269
type TYouTubeVideo = class(TGoogleBaseObject) |
protected |
procedure Setid(); virtual; |
procedure Settitle(); virtual; |
procedure SetalternateLink(); virtual; |
procedure SetthumbnailUrl(); virtual; |
published |
property id: string; [rw] |
property title: string; [rw] |
property alternateLink: string; [rw] |
property thumbnailUrl: string; [rw] |
end; |
| |
| |
TObject |