| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue Nov 01, 2005 8:12 pm Post subject: Accessing component property at creation time |
|
|
Hello,
I derive a component from the TListBox component.
I need to access published properties at creation time.
Published properties (which are not set to their default values) are
not accessible in the following overrided method:
.. create
.. AfterCreation
.. CreateWnd
.. Loaded
Which is the right method to override in order to get the 'name'
property for instance ?
Thank you for your help.
Claude Animo |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sat Nov 12, 2005 1:27 am Post subject: Re: Accessing component property at creation time |
|
|
On 1 Nov 2005 07:12:11 -0800, zlm_zlm2004 (AT) yahoo (DOT) fr wrote:
| Quote: | Thank you for your help.
|
Hoi Animo
You need to repost your question on the Borland news server to make
everybody see it and possibly answer your question.
Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Nov 14, 2005 3:24 pm Post subject: Re: Accessing component property at creation time |
|
|
Thank you Riki, I'm going to repost on the appropriate sites.
Claude Animo |
|
| Back to top |
|
 |
|