close

public boolean validateWrite()
    {
        boolean ret;
        TreeNode                treeNodeObj;
        #AOT
        ret = super();
        if(ret)
        {
            treeNodeObj = TreeNode::findNode(#QueriesPath);
            treeNodeObj = treeNodeObj.AOTfindChild(this.WHSQueryName);
            if (!treeNodeObj)
            {
                throw Global::Error(strFmt("Query name does not exist: %1", this.WHSQueryName));
            }

        }
    
        return ret;
    }
 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 lionlionchopper 的頭像
    lionlionchopper

    呆子獅的夢想世界

    lionlionchopper 發表在 痞客邦 留言(0) 人氣()