Hi BubikolRamios,
I understand you would like to replace a part of the TBGRABitmap image. The function SetPart doesn't exist, however you can use PutImage with the dmSet mode to do that.
If the source image is bigger than the destination rectangle, you can use ClipRect property of the destination image to specify which part can be changed. And then call NoClip to reset the clipping.