[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googletagmanager.pp line 181
type TContainer = class(TGoogleBaseObject) |
protected |
procedure SetaccountId(); virtual; |
procedure SetcontainerId(); virtual; |
procedure SetdomainName(); virtual; |
procedure SetenabledBuiltInVariable(); virtual; |
procedure Setfingerprint(); virtual; |
procedure Setname(); virtual; |
procedure Setnotes(); virtual; |
procedure SetpublicId(); virtual; |
procedure SettimeZoneCountryId(); virtual; |
procedure SettimeZoneId(); virtual; |
procedure SetusageContext(); virtual; |
published |
property accountId: string; [rw] |
property containerId: string; [rw] |
property domainName: TStringArray; [rw] |
property enabledBuiltInVariable: TStringArray; [rw] |
property fingerprint: string; [rw] |
property name: string; [rw] |
property notes: string; [rw] |
property publicId: string; [rw] |
property timeZoneCountryId: string; [rw] |
property timeZoneId: string; [rw] |
property usageContext: TStringArray; [rw] |
end; |
| |
| |
TObject |