Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

RedirectFixupReferences

Redirects references under the root object from OldRootName to NewRootName.

Declaration

Source position: classesh.inc line 2857

procedure RedirectFixupReferences(

  Root: TComponent;

  const OldRootName: string;

  const NewRootName: string

);

Description

RedirectFixupReferences examines the list of unresolved references and replaces references to a root object named OldRootName with 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.


Documentation generated on: Jan 30 2024