LCL, grids, skipped VisibleColCount and VisibleRowCount properties, issue #10293

git-svn-id: trunk@18003 -
This commit is contained in:
jesus 2008-12-31 05:58:55 +00:00
parent d9491a4528
commit e600258955

View File

@ -10003,6 +10003,11 @@ begin
end;
initialization
RegisterPropertyToSkip(TStringGrid, 'VisibleRowCount',
'Property streamed in by older compliler', '');
RegisterPropertyToSkip(TStringGrid, 'VisibleColCount',
'Property streamed in by older compliler', '');
{$I lcl_dbgrid_images.lrs}
end.