I would like the user to be allowed to use something like an edit | delete
menu option for TDBImage (data-aware image component). But how to erase an
image?
Till now, I have been using DBImage.picture := nil, but I feel it is not the
right way. Any comments?