TRVChat.OnClickImage

<< Click to display table of contents >>

TRVChat.OnClickImage

Occurs while the user clicks on an image attached to a message.

type

  TRVClickImageEvent = procedure (Sender: TRVChat;

    Msg: TRVChatMessage; Image: TRVGraphic;

    const ImageText: TRVUnicodeStringof object;
 
property OnClickImage: TRVClickImageEvent;

Msg – message containing the image, a reference to an item in Messages.

Image – an image attached to this message.

ImageText – a text string associated with Image.