Alex James
Alex James

Reputation: 696

Delphi 7 package editor counterpart

In D7 there is a IDE pop-up for working with packages. I'm not sure of its official title but according to Spy++ its Windows class name is TPackageEditorForm.

I find this pop-up very handy for working with packages, but it seems to have vanished from recent versions of Delphi (XE4 and up). Has it, or is it tucked away somewhere out of sight?

This is it:

enter image description here

Upvotes: 4

Views: 166

Answers (1)

Uwe Raabe
Uwe Raabe

Reputation: 47704

For newer versions of Delphi this is part of the project manager. The actions from the toolbar buttons are now available from the context menu.

Upvotes: 5

Related Questions