Topic: TableGrid: Unknown identifier in script

V6.20

I want to use the following code:

TdbStringGrid(frm.FindComponent('grdData')).dbUpdate;

(where frm is type TForm)

I got an error:
Undeclared identifier: 'TdbStringGrid'

I got the type from .xml file of the project. TTableGrid does not exist so.

It would also be useful to have the real component type as a header in properties grid.

Re: TableGrid: Unknown identifier in script

The type is TdbStringGridEx.

Killing me softly... ;-)