mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 19:19:21 +02:00
Fixes bug #20442: PAge Control crashes into EReadError of OnPageChanged even on WinCE
git-svn-id: trunk@32937 -
This commit is contained in:
parent
13daaaa219
commit
7426f761eb
@ -789,6 +789,7 @@ begin
|
|||||||
RegisterPropertyToSkip(TPageControl, 'MultiLine', 'VCL compatibility property', '');
|
RegisterPropertyToSkip(TPageControl, 'MultiLine', 'VCL compatibility property', '');
|
||||||
RegisterPropertyToSkip(TPageControl, 'TabWidth', 'VCL compatibility property', '');
|
RegisterPropertyToSkip(TPageControl, 'TabWidth', 'VCL compatibility property', '');
|
||||||
RegisterPropertyToSkip(TPageControl, 'TabHeight', '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
|
// if not WSRegisterPageControl then
|
||||||
// RegisterWSComponent(TPageControl, TWSPageControl);
|
// RegisterWSComponent(TPageControl, TWSPageControl);
|
||||||
Done := True;
|
Done := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user