[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleyoutube.pp line 1294
type TChannelSection = class(TGoogleBaseObject) |
protected |
procedure SetcontentDetails(); virtual; |
procedure Setetag(); virtual; |
procedure Setid(); virtual; |
procedure Setkind(); virtual; |
procedure Setlocalizations(); virtual; |
procedure Setsnippet(); virtual; |
procedure Settargeting(); virtual; |
published |
property contentDetails: TChannelSectionContentDetails; [rw] |
property etag: string; [rw] |
property id: string; [rw] |
property kind: string; [rw] |
property localizations: TChannelSectionTypelocalizations; [rw] |
property snippet: TChannelSectionSnippet; [rw] |
property targeting: TChannelSectionTargeting; [rw] |
end; |
| |
| |
TObject |