Delphi 2006 Hidden COM Registry Entries(0分)

  • 主题发起人 主题发起人 LSUPER
  • 开始时间 开始时间
L

LSUPER

Unregistered / Unconfirmed
GUEST, unregistred user!
Delhpi 2006 中的隐藏设置,备忘一个 ...

=^0^=

Delphi 2006 Hidden COM Registry Entries
If you use COM in Delphi 2006 here are a few hidden registry entries that allow you to customize how the COM features work a bit.

BDS/4.0/Type Library/EmbeddedTypeLibraryEditor = True/False

If you liked the floating type library editor then create this registry entry and set it to "False".

BDS/4.0/Type Library/DefaultPersonality = CPlusPlusBuilder.Personality/Delphi.Personality

Since Delphi 2006 supports Pascal and C++ the Type Library code generator sometimes can't make up its mind. If you want to help it in those cases then create this registry entry and tell it which personality to use.

BDS/4.0/Type Library/AxRegMenuCheckFile = True/False

New to this release is smart "Register ActiveX Server&quot
and "Unregister ActiveX Server&quot
menu items where they are only enabled when they should be. Well sometimes that isn't entirely true, so create this registry entry and set it to "True&quot
to change the behavior so if the .tlb file exists then the menu item is enabled.

BDS/4.0/Type Library/TransactionalWizards = True/False

The transactional wizards didn't make the official release and didn't get any testing, but if you'd like to try them out then create this registry entry and set it to "True".

Disclaimer: Use at your own risk.

posted on Wednesday, December 07, 2005 3:16 PM
 

Similar threads

A
回复
0
查看
948
Andreas Hausladen
A
A
回复
0
查看
1K
Andreas Hausladen
A
A
回复
0
查看
829
Andreas Hausladen
A
A
回复
0
查看
982
Andreas Hausladen
A
后退
顶部