Name

Report::ShowText — Store new message text

Synopsis

Import Report;
void Report::ShowText ( string  headline_string ,
  string  message_string );

Parameters

string headline_string

Headline String

string message_string

message text, it can contain new line characters ("\n")

Return Value

void