[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledfareporting.pp line 5838
type TRecipient = class(TGoogleBaseObject) |
protected |
procedure SetdeliveryType(); virtual; |
procedure Setemail(); virtual; |
procedure Setkind(); virtual; |
published |
property deliveryType: string; [rw] |
property email: string; [rw] |
property kind: string; [rw] |
end; |
| |
| |
TObject |