Name

Popup::ShowFeedback — Show popup with a headline and a message for feedback

Synopsis

Import Popup;
void Popup::ShowFeedback ( string  headline ,
  string  message );

Parameters

string headline

headline of Feedback popup

string message

the feedback message

Return Value

void