Skip to content

Commit

Permalink
Update zona demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rareMaxim committed Dec 16, 2018
1 parent a036ee6 commit 98e6b0e
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 124 deletions.
4 changes: 2 additions & 2 deletions Test/ZonaRu/Project6.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ uses
procedure Test;
var
Zona: TZona;
LMovie: IznCoverSerial;
LMovie: IznCoverMedia;
begin
Zona := TZona.Create(nil);
try
for LMovie in Zona.GetMovies do
for LMovie in Zona.GetMovies(0,100) do
begin
Writeln(LMovie.name_rus,' ' , LMovie.abuse,' ', LMovie.id);
end;
Expand Down
Loading

0 comments on commit 98e6b0e

Please sign in to comment.