Changeset 573 for GraphicTest/Methods/MethodDummy.pas
- Timestamp:
- Jun 25, 2024, 10:49:43 AM (4 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/MethodDummy.pas
r572 r573 1 unit UMethodDummy; 2 3 {$mode delphi} 1 unit MethodDummy; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UDrawMethod, UFastBitmap;6 Classes, SysUtils, DrawMethod, FastBitmap; 9 7 10 8 type … … 23 21 constructor TMethodDummy.Create; 24 22 begin 25 inherited Create;23 inherited; 26 24 Caption := 'Dummy'; 27 25 Description.Add('This method doesn''t draw anything. It''s purpose is to measure ' + … … 33 31 end; 34 32 35 36 33 end. 37 34
Note:
See TracChangeset
for help on using the changeset viewer.