Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork320
Recent enhancements#445
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Recent enhancements to P4DThere have been a large number of enhancements implemented in the Python for Delphi library recently. This discussion provides an overview of these developments. Python API encapsulation enhancements
Wrapping of Delphi classes and objectsTheWrapDelphi unit allows you to easily wrap your Pascal classes, objects, records and interfaces and expose them to python. It is the technology that makes it possible to expose the whole ofVcl andFmx to python as extension modules. Over the last couple of months, it has been enhanced and expanded in a number of important ways. Here follows a summary of the new features.
Studying theunit tests for WrapDelphi will help you to better understand how to use the above enhancements, as well as the other features of WrapDelphi. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 3🚀 1
Replies: 1 comment 2 replies
-
BetaWas this translation helpful?Give feedback.
All reactions
-
Just tested with the 64bit maXbox and Python 3.12 got a |
BetaWas this translation helpful?Give feedback.
All reactions
-
This is unrelated to P4D and has to do with your python installations. Just google for "SRE module mismatch". |
BetaWas this translation helpful?Give feedback.