[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleadexchangeseller.pp line 249
type TCustomChannel = class(TGoogleBaseObject) |
protected |
procedure Setcode(); virtual; |
procedure Setid(); virtual; |
procedure Setkind(); virtual; |
procedure Setname(); virtual; |
procedure SettargetingInfo(); virtual; |
published |
property code: string; [rw] |
property id: string; [rw] |
property kind: string; [rw] |
property name: string; [rw] |
property targetingInfo: TCustomChannelTypetargetingInfo; [rw] |
end; |
| |
| |
TObject |