Button Caption

Specify the text that is to appear as the voting button label in the prompt message. Use either of these options:

  • Specify a reference to a string in the Strings table (for example, sYes for "Yes").
  • Specify a literal value to be used as the caption (for example, Yes).

When the event handler prompt action is executed, the application checks first to see if this value is in the Strings table. If the application does not find the value in the Strings table, then the application treats the value as a literal value.

For more information, see Event Action Prompt Choices.