RemoveFixupReferences
Removes references to rootname from the fixup list.
Declaration
Source position: classesh.inc line 2440
procedure RemoveFixupReferences(Root: TComponent;
const RootName: string);
Description
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.
See also
| Name | Description |
|---|---|
| RedirectFixupReferences | Redirects references under the root object from OldRootName to NewRootName |