Name

Report::AnyQuestion — Question with headline and Yes/No Buttons

Synopsis

Import Report;
boolean Report::AnyQuestion ( string  headline ,
  string  message ,
  string  yes_button_message ,
  string  no_button_message ,
  symbol  focus );

Parameters

string headline

Popup Headline

string message

Popup Message

string yes_button_message

Yes Button Message

string no_button_message

No Button Message

symbol focus

Which Button has the focus

Return Value

boolean

True if Yes is pressed, otherwise false