The possiblity to use the Region Attributes as variables in the code.
example:
example:
B4X:
if #ApplicationLabel="Photo Debug" then
log("in debugging mode)
else
log("not in debugging mode)
end if