| << Click to display table of contents >> TRVChatQuoteType | 
A type of a quote of a message in TRVChat.
Unit [VCL/FMX] RVChat / fmxRVChat;
type
  TRVChatQuoteType = (rvcqtMessage, rvcqtQuotation); 
| Value | Meaning | 
|---|---|
| rvcqtMessage | The entire message is quoted, though only a fragment of its text may be displayed (see Chat.Quote.MaxAutoQuoteLength). If the quoted message is edited, the quote is automatically updated. | 
| rvcqtQuotation | A fragment of the message is quoted. It will remain unchanged even if the original message is edited. |