[Hint] DBGRIDEH.PAS(685): Overriding virtual method 'TCustomDBGridEH.DefaultHandler' has lower visibility (protected) than base class 'TCustomGrid' (public),
我用这种方法 Componet-->install component..-->PAS
但在编译的时候却出现了上面错误:
        if (not VarIsNull(ListValue)) and EditCanModify then
          with TCustomDBGridEH(Grid), Columns[SelectedIndex].Field do
            Text := ListValue
这段程序出现了问题,我不知道为什么?