Sharing Frames

From RAD Studio
Jump to: navigation, search

Go Up to Working with Frames

You can share a frame with other developers in two ways:

  • Add the frame to the Object Repository.
  • Distribute the frame's unit (.pas) and form (.dfm or .fmx) files.

To add a frame to the Object Repository, open any project that includes the frame, right-click the Form Designer, and choose Add to Repository. For more information, see Using the Object Repository.

If you send a frame's unit and form files to other developers, they can open the files and add the frames and forms to the Tool Palette. If the frame has other frames embedded in it, it can only be opened as part of a project.

See Also