| << Click to display table of contents >> TRVChat.OnClickDate | 
Occurs while the user clicks on a date before messages.
type
  TRVClickDateEvent = procedure (Sender: TRVChat;
    ADate: TDateTime) of object;
 
property OnClickDate: TRVClickDateEvent;