AdvStringGrid.CreateFilePicture


if I like to check if a image is in a cell in a AdvStringGrid before loading a new image file how to



and I load the image like this



AdvStringGrid1_1.CreateFilePicture(2,3,true,Stretch,70,haCenter,vaAboveText).FileName:=("C:\temp\testimage.png");



ole

You could do the check:

if Assigned(grid.GetFilePicture(col,row)) then..