Previous Up Next

_SETbitmap
Set the binary content of a bitmap. Typically, this is used when a computer A wants to send a picture to computer B : computer A gets the binary content by _GETbitmap, sends the string to computer B which calls this function.

ObjBitmap _SETbitmap (
ObjBitmap _bitmap_
S _content_
)
Parameters

_bitmap_
any bitmap
_content_
new binary content
Return value

same bitmap