TStringStream.OwnsEncoding
Does the stream instance owns the encoding
Declaration
Source position: classesh.inc line 1269
public Property
  OwnsEncoding : Boolean;
Description
OwnsEncoding indicates whether the stream instance owns the encoding or not. If it owns the encoding, it will be freed when the stream instance is freed.
See also
| Name | Description | 
|---|---|
| TStringStream.Encoding | Encoding of the string with the data |