Re: JvNetscapeSplitter
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 13:06:20 -0600
Global wrote:
Hi, I like TJvNetscapeSplitter to use for hiding a set of components when clicked. But I cant figure out how to respond to events when it is clicked, no clue. How to use that component? All I need to know is when its clicked and what its status.
Have you tried looking at what its properties and events are?
I've never used the control, but I've just looked at the unit's interface section, and I see some events named OnMinimize, OnMaximize, and OnRestore, which should tell you when the control is clicked. The control also descends from TJvExSplitter, which descends from the VCL's TSplitter, so you also have access to all the inherited events.
I also see properties like Maximized and Minimized. You should be able to figure out its other state based on where it is on the form -- its Left and Top properties.
--
Rob
.
- Follow-Ups:
- Re: JvNetscapeSplitter
- From: Global
- Re: JvNetscapeSplitter
- References:
- JvNetscapeSplitter
- From: Global
- JvNetscapeSplitter
- Prev by Date: JvNetscapeSplitter
- Next by Date: Re: JvNetscapeSplitter
- Previous by thread: JvNetscapeSplitter
- Next by thread: Re: JvNetscapeSplitter
- Index(es):
Relevant Pages
|