Re: How to control a clic in the scroll bar
From: Bruce Roberts (ber_at_bounceitattcanada.xnet)
Date: 06/02/04
- Next message: Michael Brown: "Re: (De)Compression with both Delphi and Java"
- Previous message: Stark: "Re: How to control a clic in the scroll bar"
- In reply to: Stark: "How to control a clic in the scroll bar"
- Next in thread: Stark: "Re: How to control a clic in the scroll bar"
- Reply: Stark: "Re: How to control a clic in the scroll bar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 2 Jun 2004 15:59:24 -0400
"Stark" <starkwedder@virgilio.it> wrote in message
news:CGWuc.269270$hc5.11644839@news3.tin.it...
> How can I control a clic in the vertical scroll bar of a DBGrid ?
You don't need to.
> Let me explain my situation. I have a form:
> - on the left side, a one column DBGrid shows all of the items of a table
> - on the rigth side, a panel with DBEdits shows the details of the
highlited
> item. A title repeats the name of the item shown.
Use the onDataChange event of the datasource to update the title label. The
help on this event is a little misleading, it fires whenever the dataset
scrolls. An alternative, if the name is a field in the table, would be to
use a tDBText control. Then there would be no need to add any code.
- Next message: Michael Brown: "Re: (De)Compression with both Delphi and Java"
- Previous message: Stark: "Re: How to control a clic in the scroll bar"
- In reply to: Stark: "How to control a clic in the scroll bar"
- Next in thread: Stark: "Re: How to control a clic in the scroll bar"
- Reply: Stark: "Re: How to control a clic in the scroll bar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|