mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 12:59:27 +02:00
LCL, grids, skipped VisibleColCount and VisibleRowCount properties, issue #10293
git-svn-id: trunk@18003 -
This commit is contained in:
parent
d9491a4528
commit
e600258955
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user