From bf75b72edd1f997571b3dba8fed107ff68ba22a2 Mon Sep 17 00:00:00 2001 From: micha Date: Fri, 7 Jan 2005 21:02:48 +0000 Subject: [PATCH] add tcontrolclass, needed by codetoolsdefines git-svn-id: trunk@6501 - --- lcl/controls.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lcl/controls.pp b/lcl/controls.pp index 6f016dc382..f85d9f5df3 100644 --- a/lcl/controls.pp +++ b/lcl/controls.pp @@ -163,6 +163,7 @@ type TWinControl = class; TControl = class; TWinControlClass = class of TWinControl; + TControlClass = class of TControl; TDate = type TDateTime; TTime = type TDateTime; @@ -2809,6 +2810,9 @@ end. { ============================================================================= $Log$ + Revision 1.264 2005/01/07 21:02:48 micha + add tcontrolclass, needed by codetoolsdefines + Revision 1.263 2005/01/03 22:44:31 mattias implemented TControl.AnchorSide