摘要:
unit COMCodeExample1_Unit; {Project : Abstract Method Example Programming : Curtis W. Socha Date : 12/03/2000 References : Delphi COM Programming This coding exa... 阅读全文
摘要:
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 ... 阅读全文
摘要:
COM Component Object Model OLE Object Linking and Embedding VCL Visual Component Library IDE Integrated Development Environment Virtual Abst... 阅读全文
摘要:
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... 阅读全文