 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mansour Guest
|
Posted: Sat Aug 30, 2003 3:47 am Post subject: TColor ? |
|
|
Hi
I define :
__published:
__property Graphics::TColor Color = { read=FColor, write=FColor,
default=clWhite };
i change property in object inspector but after run program the drawing
color
is no selected color !
what is wrong ?
Thanks
M.T
|
|
| Back to top |
|
 |
Todd Brylski Guest
|
Posted: Sat Aug 30, 2003 4:45 am Post subject: Re: TColor ? |
|
|
"Mansour" <sasan_vm (AT) yahoo (DOT) com> wrote
| Quote: | Hi
I define :
__published:
__property Graphics::TColor Color = { read=FColor, write=FColor,
default=clWhite };
i change property in object inspector but after run program the drawing
color
is no selected color !
what is wrong ?
|
1) Change the name of your property, TControl and its descendents already
define a property named 'Color'.
2) Always initialize your properties in the constructor if they do not
evaluate to zero.
Todd
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|