DelphiFMX4Python icon indicating copy to clipboard operation
DelphiFMX4Python copied to clipboard

Add TStream descendant classes

Open viniciusfbb opened this issue 2 years ago • 2 comments

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.

viniciusfbb avatar Jul 10 '22 23:07 viniciusfbb

Hi @viniciusfbb,

Thank you for your feedback.

A Delphi RTL extension module is under development. I expect our first release of those features very soon.

lmbelo avatar Jul 11 '22 20:07 lmbelo

Yes, our plan is to have the P4D core where we only wrap the RTL. People who want to build console-based extension modules for Python don't need WrapVCL or WrapFMX. Then WrapVCL and WrapFMX will branch out with P4D core as a dependency. What do you think of that plan @viniciusfbb ?

Priyatham10 avatar Aug 23 '22 08:08 Priyatham10