I've been tasked with supporting an application that is written in Delphi, which is occasionally crashing with the error message "Control '' has no parent window"
.
My question is not to understand WHY the error is happening, but to understand why the control has no name assigned.
Is the seeming lack of a name for the control a function of the way the control was coded (i.e., controls can have names but they are optional), or is this because the name of the control is inherited from the (non-existent) parent?