摘要: static void CretateForm(Args _args) { Args args; Form form; FormRun formRun; FormBuildDesign formBuildDesign; FormBuildDataSource formBuildDataSource; FormBuildGridControl formBuildGridControl; ... 阅读全文
posted @ 2011-07-27 12:07 perock 阅读(292) 评论(0) 推荐(0) 编辑
摘要: DictEnum de; int i; ; de = new DictEnum(enumName2Id("ActionType")); for (i=0; i < de.values(); i++) { print int2str(i) + ", " + de.index2Name(i); } 阅读全文
posted @ 2011-07-27 12:03 perock 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 按照MSDN的解释: Overridden. Increases the number of references to a FormRun object. This increase prevents the release of the object memory during garbage collection when the FormRun object goes out of sco... 阅读全文
posted @ 2011-07-27 10:51 perock 阅读(354) 评论(0) 推荐(0) 编辑