Ignore:
Timestamp:
May 8, 2013, 2:53:22 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Make only one form focused at once.
  • Modified: Enhanced TList generic class to support more methods.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Xvcl/Xvcl.Graphics.pas

    r23 r24  
    116116function TCanvas.GetVideoDevice: TVideoDevice;
    117117begin
    118   Result := FVideoDevice;
     118  Result := nil;
    119119end;
    120120
     
    139139begin
    140140  if Assigned(VideoDevice) then VideoDevice.SetPixel(Position, Color);
    141 end;
    142 
    143 procedure TCanvas.SetVideoDevice(const Value: TVideoDevice);
    144 begin
    145   FVideoDevice := Value;
    146141end;
    147142
Note: See TracChangeset for help on using the changeset viewer.