TRVChatMessageExtraImage.MustAddCopyOfImage

<< Click to display table of contents >>

TRVChatMessageExtraImage.MustAddCopyOfImage

Specifies whether the image itself or its copy will be inserted into the chat.

property MustAddCopyOfImage: Boolean;

If the image itself is inserted, the chat will free the Image when it is no longer used.

If a copy is inserted, you must free the memory for the Image yourself.