function AppendImage: Integer; function AppendImage(Bitmap: TIEBitmap): integer; function AppendImage(Bitmap: TIEBitmap; Rect: TRect): integer; function AppendImage(Bitmap : TBitmap): integer; function AppendImage(MBitmap : TIECustomMultiBitmap); function AppendImage(Width, Height: Integer; PixelFormat: TIEPixelFormat = ie24RGB): Integer; function AppendImage(const FileName: String): integer; function AppendImage(Stream: TStream; FileFormat: TIOFileType = ioUnknown): integer;
Description
Appends a new image at the end of the database and returns the new image position. The table will be positioned at the new record.
Note: ◼If Mode = dmRecordFrames, this method only adds a frame to the current image and does NOT update the database. You will need to call UpdateDatabaseImage ◼TDataset.Append and TDataset.Post will be called.