mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 19:08:03 +02:00
LCL: Register property TListItem.OverlayIndex to be skipped by form loader. Issue #20295.
git-svn-id: trunk@32418 -
This commit is contained in:
parent
2f7dd74905
commit
464fffb72b
@ -478,6 +478,7 @@ begin
|
||||
RegisterPropertyToSkip(Self, 'ItemIndex', 'Property streamed in older Lazarus revision', '');
|
||||
RegisterPropertyToSkip(Self, 'AlignWithMargins', 'VCL compatibility property', '');
|
||||
RegisterPropertyToSkip(Self, 'BevelKind', 'VCL compatibility property', '');
|
||||
RegisterPropertyToSkip(TListItem, 'OverlayIndex', 'VCL compatibility property', '');
|
||||
inherited WSRegisterClass;
|
||||
RegisterCustomListView;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user