From 109aaa2ab79ae79571909552641990699c44c849 Mon Sep 17 00:00:00 2001 From: lazarus Date: Mon, 9 Sep 2002 07:26:42 +0000 Subject: [PATCH] MG: started TCollectionPropertyEditor git-svn-id: trunk@3304 - --- lcl/stdctrls.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcl/stdctrls.pp b/lcl/stdctrls.pp index 0541266972..b4d5e12a13 100644 --- a/lcl/stdctrls.pp +++ b/lcl/stdctrls.pp @@ -668,7 +668,6 @@ type } const - SScrollBarRange = 'ScrollBar property out of range'; Function DeleteAmpersands(var Str : String) : Longint; @@ -727,6 +726,9 @@ end. { ============================================================================= $Log$ + Revision 1.44 2002/09/09 07:26:42 lazarus + MG: started TCollectionPropertyEditor + Revision 1.43 2002/09/08 19:09:55 lazarus Fixed and simplified TRadioButton