implemented TCanvas.Refresh

git-svn-id: trunk@2710 -
This commit is contained in:
mattias 2002-08-18 04:56:54 +00:00
parent 639e8f73fa
commit 3f47263c5e
2 changed files with 15 additions and 0 deletions

View File

@ -526,6 +526,7 @@ type
public
procedure Lock;
procedure Unlock;
procedure Refresh;
procedure Arc(x,y,width,height,angle1,angle2 : Integer);
procedure Arc(x,y,width,height,SX,SY,EX,EY : Integer);
@ -961,6 +962,9 @@ end.
{ =============================================================================
$Log$
Revision 1.62 2003/02/06 06:39:02 mattias
implemented TCanvas.Refresh
Revision 1.61 2003/01/28 17:04:34 mattias
renamed one Rect

View File

@ -1144,9 +1144,20 @@ begin
Dec(FLockCount);
end;
{------------------------------------------------------------------------------
procedure TCanvas.Refresh;
------------------------------------------------------------------------------}
procedure TCanvas.Refresh;
begin
DeselectHandles;
end;
{ =============================================================================
$Log$
Revision 1.39 2003/02/06 06:39:02 mattias
implemented TCanvas.Refresh
Revision 1.38 2003/01/28 17:04:34 mattias
renamed one Rect