From 7426f761eb374dbc7fd327c2346c0ab8b1542897 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Mon, 17 Oct 2011 09:33:41 +0000 Subject: [PATCH] Fixes bug #20442: PAge Control crashes into EReadError of OnPageChanged even on WinCE git-svn-id: trunk@32937 - --- lcl/widgetset/wscomctrls.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/widgetset/wscomctrls.pp b/lcl/widgetset/wscomctrls.pp index a2ff16c013..e075cfbab6 100644 --- a/lcl/widgetset/wscomctrls.pp +++ b/lcl/widgetset/wscomctrls.pp @@ -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;