[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes references to rootname from the fixup list.
Source position: classesh.inc line 2162
procedure RemoveFixupReferences( |
Root: TComponent; |
const RootName: string |
); |
RemoveFixupReferences examines the list of unresolved references and removes references to a root object pointing at Root or a root component named RootName.
An application programmer should never need to call RemoveFixupReferences. This function can be used by an IDE to support removal of broken component links.
|
Redirects references under the root object from OldRootName to NewRootName |