formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface XUtilOnBeforeAddRowResult

    interface XUtilOnBeforeAddRowResult {
        preventAddition?: boolean;
    }
    Index

    Properties

    Properties

    preventAddition?: boolean

    true to prevent the row from being added.