Is there anything wrong with creating another instance of a bitmap even if
its created?
I get no error message if I do this.
eg earlier call:
    bitmap := Tbitmap.Create;
secondary call
    bitmap := Tbitmap.Create;
without a free in between

Since bitmap is a pointer to the same memory location it should be ok right?
Alistair Grant George
mailto:[EMAIL PROTECTED]
Products:
http://v-share.com/~v_bigal/


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to