Yes, it's TImage in Lazarus too. But TImage doesn't have that property, its parents have (same effect)
Code:
  form1.DoubleBuffered:=true;
  panel1.DoubleBuffered:=true;
  groupbox1.DoubleBuffered:=true;
They are components or actual form that image is placed on.