Subject | Re: [IBO] Delete current record in TIB_Grid |
---|---|
Author | Jörg Schiemann |
Post date | 2001-03-31T11:36:26Z |
> Hi,Thanks Jason and Claudio for your help.
>
> how do I establish, that if I press the Del key the current record will be
> deleted in the TIB_Grid?
>
> Regards,
> Jörg
I finally found the reason why it doesn't work anymore.
If TIB_Grid.AlwaysShowEditor is True the Del key doesn't work anymore,
but Ctrl+Del still works.
Should it be a good idea to change Ctrl+Del to only Del?
Regards,
Jörg