Skip to content

Fix to exclude unnamed components from PyForm file constructor#20

Merged
checkdigits merged 1 commit intoEmbarcadero:mainfrom
marcobreveglieri:patch-1
Feb 23, 2026
Merged

Fix to exclude unnamed components from PyForm file constructor#20
checkdigits merged 1 commit intoEmbarcadero:mainfrom
marcobreveglieri:patch-1

Conversation

@marcobreveglieri
Copy link
Contributor

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.

@checkdigits checkdigits merged commit 29ae477 into Embarcadero:main Feb 23, 2026
@checkdigits
Copy link
Collaborator

Thanks Marco!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants