专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
如何通过COM接口得到实现该接口对象例子 问题由来我为个基于COM插件结构框架需要向插件传递个IResource接口IResource 需要根据区别插件传递区别内容 接口定义 IResource = Interface(IDispatch) Function GetPath: String; safecall; End; 实现类 TResource = TClass(TAutoObject, IResource) protected [阅读全文] [PDF]
代码如下: OptionStrictOff Imports.Runtime.InteropServices PublicClassExcelDemo PrivategApplicationAsObject PrivategProcessAsProcess PublicReadOnlyPropertyApplicationAsObject Get ReturngApplication EndGet EndProperty PublicRead [阅读全文] [PDF]
代码如下: A { public Avar; public A { .out.prln(\"AAA\"); doSomething; } public void doSomething { Avar = 1111; .out.prln(\"A.doSomething\"); } } public B extends A { public Bvar = 22 [阅读全文] [PDF]
个PHP5翻页对象类例子学习适合新手学习研究 <?php Page { /** *currentpage */ public$current_page; /** *maxlinepage */ protected$maxline; /** *totalitemnum */ private$total_item; /** *totalpagenum */ private$total_page; /** [阅读全文] [PDF]
1 共4条 分1页