[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

RedirectFixupReferences

Redirects references under the rootobject from OldRootNameto NewRootName

Declaration

Source position: classesh.inc line 1643

procedure RedirectFixupReferences(

  Root: TComponent;

  const OldRootName: String;

  const NewRootName: String

);

Description

RedirectFixupReferencesexamines the list of unresolved references and replaces references to a root object named OldRootNamewith references to root object NewRootName.

An application programmer should never need to call RedirectFixupReferences. This function can be used by an IDE to support redirection of broken component links.

See also

RemoveFixupReferences

  

Removes references to rootname from the fixup list.