搜索资源列表
delphi代码编写规范--中科版
- 自己写的代码规范,简短有力。 每个项目开头引用 FastMM4。 每个单元开头写上描述、作者、日期等信息 所有New(pointer)的地方IncMem,所有dispose(pointer)的地方DecMem。 所有从TObject继承过来的类改为从TAutoObject继承。 所有从TInterfacedObject继承的接口实现改为从TAutoInterfacedObject或TAutoUserInterfacedObject继承实现。 尽量多的注释。 局域变量非属性变量用"m_&
Delphi7-component
- Delphi工具栏中的常用组件,经本人总结,编写为Excel文档,方便编程时查阅(ctrl+F),尤其对初学者,是上乘的必备资料!-Delphi toolbar commonly used components, I summarize, written as an Excel document, easy programming access (ctrl+ F), especially for beginners, is superior essential information!