Delphi4PythonExporter
Delphi4PythonExporter copied to clipboard
Fix to exclude unnamed components from PyForm file constructor
When project contains forms with unnamed components, the "Form Producer" creates an incorrect line in the init constructor method (there is no name in the "self.name = None" statement).
The fix allows excluding such components from the constructor so that the exported form does not contain syntactically invalid lines.