摘要: unit COMCodeExample1_Unit; {Project : Abstract Method Example Programming : Curtis W. Socha Date : 12/03/2000 References : Delphi COM Programming This coding exa... 阅读全文
posted @ 2012-12-19 15:15 许小东 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Virtual is used so that the function is placed in the VMT so it can be overridden by sub-classes. Many standard Delphi component methods can be overriden because they too are declared virtual ... 阅读全文
posted @ 2012-12-19 15:13 许小东 阅读(124) 评论(0) 推荐(0) 编辑
摘要: COM Component Object Model OLE Object Linking and Embedding VCL Visual Component Library IDE Integrated Development Environment Virtual Abst... 阅读全文
posted @ 2012-12-19 11:36 许小东 阅读(443) 评论(0) 推荐(0) 编辑
摘要: Files Simply put a file is a binary sequence of some type. In Delphi there a three classes of file:typed, text, and untyped. Typed files are files that contain data of a particular type, such as Doub... 阅读全文
posted @ 2012-12-19 10:38 许小东 阅读(119) 评论(0) 推荐(0) 编辑