Changeset 573 for GraphicTest/Methods/MethodGraphics32.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodGraphics32.pas
r572 r573 1 unit UMethodGraphics32; 2 3 {$mode delphi} 1 unit MethodGraphics32; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UFastBitmap, UDrawMethod,6 Classes, SysUtils, FastBitmap, DrawMethod, 9 7 {$IFDEF GRAPHICS32}GR32, GR32_Image,{$ENDIF} 10 8 Controls, Graphics; … … 31 29 constructor TMethodGraphics32.Create; 32 30 begin 33 inherited Create;31 inherited; 34 32 Caption := 'TGR32Image'; 35 33 Description.Add('Graphics32 is well implemented highly optimized Delphi graphic ' + … … 46 44 destructor TMethodGraphics32.Destroy; 47 45 begin 48 inherited Destroy;46 inherited; 49 47 end; 50 48 … … 92 90 begin 93 91 FreeAndNil(Image); 94 inherited Done;92 inherited; 95 93 end; 96 94
Note:
See TracChangeset
for help on using the changeset viewer.