[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleyoutube.pp line 2552
type TInvideoBranding = class(TGoogleBaseObject) |
protected |
procedure SetimageBytes(); virtual; |
procedure SetimageUrl(); virtual; |
procedure Setposition(); virtual; |
procedure SettargetChannelId(); virtual; |
procedure Settiming(); virtual; |
published |
property imageBytes: string; [rw] |
property imageUrl: string; [rw] |
property position: TInvideoPosition; [rw] |
property targetChannelId: string; [rw] |
property timing: TInvideoTiming; [rw] |
end; |
| |
| |
TObject |