RAD Studio (Common)
ContentsIndex
PreviousUpNext
Field <Field Name> does not have a corresponding component. Remove the declaration?

The first section of your form's class declaration defines a field for which there is no corresponding component on the form. Note that this section is reserved for use by the form Designer. 

To declare your own fields and methods, place them in a separate public, private, or protected section.  

This error will also occur if you load the binary form file (.DFM) into the Code editor and delete or rename one or more components.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!