<< Click to display table of contents >> TRVChat.AddStyles |
Adds the text and paragraph styles that will be used by the chat to ChatRichView.Style.
procedure AddStyles;
This method must be called once before starting to work with the chat. It adds new items to the end of ChatRichView.Style's TextStyles and ParaStyles collections.
Later, if you change any chat properties that affect the styles, you should call the UpdateTextStyles and/or UpdateParaStyles method.