[Lazarus] OnBeforeSelection

2014-04-19 Thread Eric Kom

Hi Dear;
Please I'm looking for the *OnBeforeSelection *Event on the TDBGrid?
I can only see the OnSelectEditor.
I'm using Lazarus revision 44626.
Thanks
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] OnBeforeSelection

2014-04-19 Thread Howard Page-Clark

On 19/04/2014 02:03, Eric Kom wrote:

Hi Dear;
Please I'm looking for the *OnBeforeSelection *Event on the TDBGrid?
I can only see the OnSelectEditor.


It is a protected property, so to use it you must declare a descendant 
and make it public (or published).


Howard


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] OnBeforeSelection

2014-04-19 Thread Eric Kom


On 4/19/2014 11:42 AM, Howard Page-Clark wrote:

On 19/04/2014 02:03, Eric Kom wrote:

Hi Dear;
Please I'm looking for the *OnBeforeSelection *Event on the TDBGrid?
I can only see the OnSelectEditor.


It is a protected property, so to use it you must declare a descendant 
and make it public (or published).



Thanks

Howard


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus