Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TStream descendant classes #35

Open
viniciusfbb opened this issue Jul 10, 2022 · 2 comments
Open

Add TStream descendant classes #35

viniciusfbb opened this issue Jul 10, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@viniciusfbb
Copy link

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.

@lmbelo
Copy link
Member

lmbelo commented Jul 11, 2022

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 lmbelo self-assigned this Jul 11, 2022
@lmbelo lmbelo added the enhancement New feature or request label Jul 11, 2022
@Priyatham10
Copy link
Member

Priyatham10 commented Aug 23, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants