Fixes bug #20442: PAge Control crashes into EReadError of OnPageChanged even on WinCE

git-svn-id: trunk@32937 -
This commit is contained in:
sekelsenmat 2011-10-17 09:33:41 +00:00
parent 13daaaa219
commit 7426f761eb

View File

@ -789,6 +789,7 @@ begin
RegisterPropertyToSkip(TPageControl, 'MultiLine', 'VCL compatibility property', '');
RegisterPropertyToSkip(TPageControl, 'TabWidth', 'VCL compatibility property', '');
RegisterPropertyToSkip(TPageControl, 'TabHeight', 'VCL compatibility property', '');
RegisterPropertyToSkip(TPageControl, 'OnPageChanged', 'Was removed in Laz 0.9.31 due to incompatibilities with OnChange, which does the same thing.', '');
// if not WSRegisterPageControl then
// RegisterWSComponent(TPageControl, TWSPageControl);
Done := True;