 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
purple Guest
|
Posted: Sat Dec 27, 2003 6:27 am Post subject: How can I hold the TTrackBar's Mouse event? |
|
|
How can I hold the TTrackBar's Mouse event?
I want to do something in TTrackBar's MouseDown and MouseUp event?
Thx
|
|
| Back to top |
|
 |
JD Guest
|
Posted: Sat Dec 27, 2003 4:50 pm Post subject: Re: How can I hold the TTrackBar's Mouse event? |
|
|
"purple" <none (AT) none (DOT) com> wrote:
| Quote: | How can I hold the TTrackBar's Mouse event?
|
Those events are not directly accessable. You need write your
own component derived from TTrackBar (if you want to use it at
design time) or you need to subclass the TTrackBar and
dynamically allocate the component at runtime. In both cases,
you need to promote the mouse events so that you can access
them.
~ JD
|
|
| 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
|
|