Giving a component the name "Owner" can bring a project in a state in which it cannot be used any more without editing the lfm file:
- Create a new project.
- Add a button
- Change its Name property to "Owner"
- Compile --> Error: "Error: Duplicate identifier "Owner" - Identifier already defined in unit CLASSES: classesh.inc at line 1988".
- Try to change the Name in the Object Inspector --> "'Owner' is already used by TReader/TWriter. Please choose another name."
The only way to recover the project is to save everyting, to close the IDE, and to change the occurence of "Owner" in the pas and the lfm files in an external editor. (It could also be done in the IDE itself, but I noticed that changes made to the lfm form are often lost by caching of the IDE).