System.Classes.TReader.ReadCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadCollection(const Collection: TCollection);

C++

void __fastcall ReadCollection(TCollection* const Collection);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TReader

Description

Reads all collection items of the specified Collection at the reader object's stream.

ReadCollection is a helper method used by other reader methods to read all collection items of the specified Collection at the current reader Position. ReadCollection iterates through all collection items in a collection at the current reader Position.

ReadCollection advances the reader Position after the last byte it has read.

See Also