From a537fadc78e77d3d47fca25e4f8fcc8340a17b28 Mon Sep 17 00:00:00 2001 From: lazarus Date: Mon, 19 Aug 2002 15:14:52 +0000 Subject: [PATCH] MG: fixed TPage.Visible git-svn-id: trunk@3176 - --- lcl/extctrls.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 5170b7a352..bc759cf994 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -85,7 +85,7 @@ type property Width stored False; property Height stored False; property TabOrder stored False; - property Visible stored False; + property Visible; end; TCustomNotebook = class; @@ -506,6 +506,9 @@ end. { $Log$ + Revision 1.35 2002/10/16 13:06:42 lazarus + MG: fixed TPage.Visible + Revision 1.34 2002/10/15 16:01:36 lazarus MG: fixed timers