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

Clears an image on the active sheet.

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

Replaces the image number INDEX (0-based) from the array of images with a blank bitmap. It is different from DeletePicture in that it doesn't delete the image, just makes it blank.

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