[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecalendar.pp line 590
type TEventTypegadget = class(TGoogleBaseObject) |
protected |
class function ExportPropertyName(); override; |
procedure Setdisplay(); virtual; |
procedure Setheight(); virtual; |
procedure SeticonLink(); virtual; |
procedure Setlink(); virtual; |
procedure Setpreferences(); virtual; |
procedure Settitle(); virtual; |
procedure Set_type(); virtual; |
procedure Setwidth(); virtual; |
published |
property display: string; [rw] |
property height: Integer; [rw] |
property iconLink: string; [rw] |
property link: string; [rw] |
property preferences: TEventTypegadgetTypepreferences; [rw] |
property title: string; [rw] |
property _type: string; [rw] |
property width: Integer; [rw] |
end; |
| |
| |
TObject |