[lazarus] ImageList ( forget)
olivier Guilbaud
golivier at free.fr
Thu Feb 27 04:52:02 EST 2003
Le Jeudi 27 Février 2003 10:52, Mattias Gaertner a écrit :
> On Thu, 27 Feb 2003 10:46:50 +0100
>
> olivier Guilbaud <golivier at free.fr> wrote:
> > I had to forget a small modification at the time of my last sends. I put
> > properties WIDTH and HEIGHT in Published.
>
> Published.
>
> BTW: What does THackBitmap?
>
>
> Mattias
it is for acces with the protected methods ReadData and WriteData of TBitMap.
On Delphi, I make a simple transtipage but there that does not function
Type
THackBitMap=Class(TBitMap);
and in code i use
THackBitMap(Bmp).ReadData() ... very simple no ?
Olivier
More information about the Lazarus
mailing list