[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleyoutube.pp line 1399
type TChannelSectionSnippet = class(TGoogleBaseObject) |
protected |
class function ExportPropertyName(); override; |
procedure SetchannelId(); virtual; |
procedure SetdefaultLanguage(); virtual; |
procedure Setlocalized(); virtual; |
procedure Setposition(); virtual; |
procedure Setstyle(); virtual; |
procedure Settitle(); virtual; |
procedure Set_type(); virtual; |
published |
property channelId: string; [rw] |
property defaultLanguage: string; [rw] |
property localized: TChannelSectionLocalization; [rw] |
property position: Integer; [rw] |
property style: string; [rw] |
property title: string; [rw] |
property _type: string; [rw] |
end; |
| |
| |
TObject |