Changeset 573 for GraphicTest/Methods/MethodLazIntfImageColorsCopy.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodLazIntfImageColorsCopy.pas
r572 r573 1 unit UMethodLazIntfImageColorsCopy; 2 3 {$mode delphi} 1 unit MethodLazIntfImageColorsCopy; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UDrawMethod, UFastBitmap, IntfGraphics, GraphType,6 Classes, SysUtils, DrawMethod, FastBitmap, IntfGraphics, GraphType, 9 7 fpImage, Graphics; 10 8 … … 33 31 destructor TMethodLazIntfImageColorsCopy.Destroy; 34 32 begin 35 inherited Destroy;33 inherited; 36 34 end; 37 35 … … 53 51 end; 54 52 55 56 53 end. 57 54
Note:
See TracChangeset
for help on using the changeset viewer.