Indexer property, allowing fast pixel access. property Pixels[w, h: integer]: byte read GetItems write SetItems; default; property Pixels: TByteMatrix read GetData write data; Converts the buffered data into 24bit per pixel bitmap. This is a time consuming operation, so please use with caution.