git-svn-id: trunk@8027 -
This commit is contained in:
mattias 2005-11-01 23:38:43 +00:00
parent d2e8adeb39
commit 9dc5379f89
2 changed files with 0 additions and 6 deletions

View File

@ -913,7 +913,6 @@ type
procedure AdjustClientRect(var Rect: TRect); override;
procedure RealSetText(const Value: TCaption); override;
procedure Paint; override;
function ParentColorIsStored: boolean;
Function CanTab: Boolean; override;
public
constructor Create(TheOwner: TComponent); override;

View File

@ -115,11 +115,6 @@ begin
end;
end;
function TCustomPanel.ParentColorIsStored: boolean;
begin
Result:=not ParentColor;
end;
function TCustomPanel.CanTab: Boolean;
begin
Result:=false;