| View previous topic :: View next topic |
| Author |
Message |
Dmitry Guest
|
Posted: Mon Apr 23, 2007 5:19 pm Post subject: RegisterComponent ClassName conflict |
|
|
Hello,
is that possible to have registered on a Palette
components with the same name as existing registered components.
for example:
TButton - standard
TButton - my implementation.
tx.
Dmitry. |
|
| Back to top |
|
 |
Pete Fraser Guest
|
Posted: Mon Apr 23, 2007 5:56 pm Post subject: Re: RegisterComponent ClassName conflict |
|
|
No, that is not allowed.
You should always have something after the T and before the
'B' which defines your components.
If you want to make sure that your components are unique in
the Delphi world check and register a prefix here:
http://www.delphiprefixregistry.net/
--
HTH Pete
=================================
www.frasersoft.net
GenHelp: "Making writing help fun"
"Dmitry" <dmitry (AT) pikalevo (DOT) com> wrote in message
news:462ca43b$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello,
is that possible to have registered on a Palette
components with the same name as existing registered
components.
for example:
TButton - standard
TButton - my implementation. |
|
|
| Back to top |
|
 |
Dmitry Guest
|
Posted: Mon Apr 23, 2007 6:58 pm Post subject: Re: RegisterComponent ClassName conflict |
|
|
Hi Pete,
thank you very much.
I hope this is the ONLY website that defines prefixes in borland community.
Dmitry |
|
| Back to top |
|
 |
|