+ implemented HasParent for TControl & changed TCustomForm.GetChildren

accordingly (sorry, control.inc & customform.inc got wrong comment:-( )
  stoppok

git-svn-id: trunk@1014 -
This commit is contained in:
lazarus 2002-02-09 01:47:39 +00:00
parent 3af75268c5
commit f88250748b

View File

@ -596,6 +596,7 @@ type
procedure BringToFront;
constructor Create(AOwner: TComponent);override;
destructor Destroy; override;
function HasParent : Boolean; override;
procedure Refresh;
procedure Repaint; virtual;
Procedure Invalidate; virtual;
@ -1234,6 +1235,11 @@ end.
{ =============================================================================
$Log$
Revision 1.50 2002/05/30 21:19:26 lazarus
+ implemented HasParent for TControl & changed TCustomForm.GetChildren
accordingly (sorry, control.inc & customform.inc got wrong comment:-( )
stoppok
Revision 1.49 2002/05/24 07:16:31 lazarus
MG: started mouse bugfix and completed Makefile.fpc