JCL Help:TJclStreamDecorator.Create@TStream@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor of the TJclStreamDecorator class.


Pascal

 public constructor Create(AStream: TStream; AOwnsStream: Boolean = False);


Parameters

Parameters Description
AStream: TStream Attached stream.
AOwnsStream: Boolean = False Attached stream will be freed when this instance is destroyed.


Description

This constructor creates a new instance of the TJclStreamDecorator class.


See Also

TJclStreamDecorator.Destroy TJclStreamDecorator.Stream


About

Donator

Heinz Zastrau


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page