Axaptapedia is now maintained by AgileCadence For more information please click here.

Box class

From Axaptapedia
Jump to: navigation, search

Box is a class used for showing an information- or confirmation box to the user.

Example[edit]

<xpp> if (Box::yesNo("Is it safe to delete this?", DialogButton::No, "Delete inventory") == DialogButton::Yes) {

  // Do delete code

} </xpp>