Источник:
http://www.axaptapedia.com/Box
==============
Summary: Created
'''Box''' is a class used for showing an information- or confirmation box to the user.
==Example==
if (Box::yesNo("Is it safe to delete this?", DialogButton::No, "Delete inventory") == DialogButton::Yes)
{
// Do delete code
}
[[Category:General development]]
Источник:
http://www.axaptapedia.com/Box