RAD Studio
ContentsIndex
PreviousUpNext
Refreshing the Type Library

Refreshing the type library

  • Performs a syntax check.
  • Regenerates the Delphi type library units in memory only. It does not save any files to disk.
  • Notifies the IDE's module manager to update the implementation, if the type library is associated with a CoClass that was generated by a wizard.
To refresh the type library choose the Refresh icon on the Type Library Editor toolbar.
Note: If you have renamed items in the type library, refreshing the implementation may create duplicate entries. In this case, you must move your code to the correct entry and delete any duplicates. Similarly, if you delete items in the type library, refreshing the implementation does not remove them from CoClasses (under the assumption that you are merely removing them from visibility to clients). You must delete these items manually in the implementation unit if they are no longer needed.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!