> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Alex Kouznetsov
> Sent: Friday, 10 March 2000 11:51
> To: Multiple recipients of list delphi
> Subject: [DUG]: Handling navigational keys in String grid while editing
>
>
> Hi
>
> When editing a cell in a String grid, it handles navigational key presses
> differently depending whether A) whole text highlighted or B) none or part
> of text highlighted. In case of B cursor gets moved left and right within
> the cell. In case of A highlighting moves to another column.

This is the same as a DBGrid (they are both derived from the same ancestor
IIRC).

You either press F2 to edit the cell, or you can set the Options property
set to include dgAlwaysShowEditor.

But a string grid doesn't have an options property.



---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to