System.Classes.TProxyAggregateStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStreamSystem.TObjectTProxyAggregateStream

Delphi

TProxyAggregateStream = class(TStream)

C++

class PASCALIMPLEMENTATION TProxyAggregateStream : public TStream

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Helper class for reading concatenation of other streams.

For example, it is used by TMultipartFormData to aggregate form elements and represent them as a single stream.

See Also