[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleandroidpublisher.pp line 949
type TPageInfo = class(TGoogleBaseObject) |
protected |
procedure SetresultPerPage(); virtual; |
procedure SetstartIndex(); virtual; |
procedure SettotalResults(); virtual; |
published |
property resultPerPage: Integer; [rw] |
property startIndex: Integer; [rw] |
property totalResults: Integer; [rw] |
end; |
| |
| |
TObject |