TRVChatMessageExtraImage.ImageText (read-only)

<< Click to display table of contents >>

TRVChatMessageExtraImage.ImageText (read-only)

Return the text associated with the image that will be attached to a message.

property ImageText: TRVUnicodeString;

This property is not used by the chat; you can use it at your discretion.

A possible scenario: if an image has not yet been downloaded, you can insert a placeholder and store the address for downloading the image in this property. Later, you can handle a click on the image to start the download and then replace the placeholder with the downloaded image.