[lazarus] ImageList ( forget)
olivier Guilbaud
golivier at free.fr
Thu Feb 27 04:25:24 EST 2003
I had to forget a small modification at the time of my last sends. I put
properties WIDTH and HEIGHT in Published.
thanks
? .directory
? ~lazarus27022003.diff
? tools/updatepofiles
Index: lcl/controls.pp
===================================================================
RCS file: /FPC/CVS/projects/lazarus/lcl/controls.pp,v
retrieving revision 1.102
diff -u -r1.102 controls.pp
--- lcl/controls.pp 26 Feb 2003 12:44:52 -0000 1.102
+++ lcl/controls.pp 27 Feb 2003 09:37:18 -0000
@@ -973,9 +973,9 @@
{ TImageList }
TImageList = class(TDragImageList)
-// published
-// Property Height;
-// Property Width;
+ published
+ Property Height;
+ Property Width;
// property Count : Integer read FCount;
end;
More information about the Lazarus
mailing list