System.Classes.TProxySubrangeStream.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Stream: TStream; Offset, Size: Int64);

C++

__fastcall TProxySubrangeStream(TStream* Stream, __int64 Offset, __int64 Size);

Properties

Type Visibility Source Unit Parent
constructor public
System.Classes.pas
System.Classes.hpp
System.Classes TProxySubrangeStream

Description

Constructs a TProxySubrangeStream object.

Use Create to construct a new object for TProxySubrangeStream. The arguments are:

  • Stream: the stream used to create a proxy stream.
  • Offset: the offset of a stream segment.
  • Size: the size of a stream segment.


See Also