FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.DeletePicture Method

Deletes an image on the active sheet.

Pascal
procedure DeletePicture(const Index: integer);
C++
__fastcall DeletePicture(const int Index);
Parameters 
Description 
const Index: integer 
Index of the image to delete (0 based) 

Deletes the image number INDEX (0-based) from the array of images. Different from ClearPicture , this method actually deletes the image.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!