摘要:
static void CretateForm(Args _args) { Args args; Form form; FormRun formRun; FormBuildDesign formBuildDesign; FormBuildDataSource formBuildDataSource; FormBuildGridControl formBuildGridControl; ... 阅读全文
摘要:
DictEnum de; int i; ; de = new DictEnum(enumName2Id("ActionType")); for (i=0; i < de.values(); i++) { print int2str(i) + ", " + de.index2Name(i); } 阅读全文
摘要:
按照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... 阅读全文