[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googletoolresults.pp line 731
type TThumbnail = class(TGoogleBaseObject) |
protected |
procedure SetcontentType(); virtual; |
procedure Setdata(); virtual; |
procedure SetheightPx(); virtual; |
procedure SetwidthPx(); virtual; |
published |
property contentType: string; [rw] |
property data: string; [rw] |
property heightPx: Integer; [rw] |
property widthPx: Integer; [rw] |
end; |
| |
| |
TObject |