Delphi4PythonExporter icon indicating copy to clipboard operation
Delphi4PythonExporter copied to clipboard

Fix to exclude unnamed components from PyForm file constructor

Open marcobreveglieri opened this issue 8 months ago • 0 comments

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.

marcobreveglieri avatar Apr 09 '25 20:04 marcobreveglieri