inDesignMode()
This function determines if design mode is active.
Example:
var design = inDesignMode();
if (design) {
// perform design mode action
}
else {
// perform runtime mode action
}
This function determines if design mode is active.
Example:
var design = inDesignMode();
if (design) {
// perform design mode action
}
else {
// perform runtime mode action
}
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!