Changeset 22
- Timestamp:
- May 8, 2013, 12:56:56 AM (12 years ago)
- Location:
- branches/Xvcl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Xvcl/Drivers/Driver.VideoVCL.pas
r21 r22 63 63 clSilver: Result := Vcl.Graphics.clSilver; 64 64 clGray: Result := Vcl.Graphics.clGray; 65 else Result := Vcl.Graphics.clBlack; 65 66 end; 66 67 end; -
branches/Xvcl/Xvcl.Forms.pas
r21 r22 8 8 type 9 9 TForm = class(TWinControl) 10 pr ivate10 protected 11 11 function GetVideoDevice: TVideoDevice; override; 12 12 public -
branches/Xvcl/Xvcl.Generics.pas
r21 r22 63 63 Result := TEnumerator.Create; 64 64 Result.FList := Self; 65 Result.FIndex := -1; 65 66 end; 66 67
Note:
See TracChangeset
for help on using the changeset viewer.