Open
Description
Add TStream descendant classes: TMemoryStream, TFileStream, TBytesStream...
I know the project's focus is only GUI and not portability of all Delphi classes, but some RTL classes are fundamental for some GUI features, such as classes that implement TStream, which can be used in a TBitmap.LoadFromStream, for example.