LCL: Register property TListItem.OverlayIndex to be skipped by form loader. Issue #20295.

git-svn-id: trunk@32418 -
This commit is contained in:
juha 2011-09-19 07:43:53 +00:00
parent 2f7dd74905
commit 464fffb72b

View File

@ -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;