张志峰的博客

水滴石川,积少成多。

导航

随笔分类 -  Delphi 重写控件

摘要:unitDBGridEx;interfaceusesWindows,Messages,SysUtils,Classes,Graphics,Controls,Forms,Dialogs,Grids,DBGrids;typeTMyInplaceEdit=class(TInplaceEdit)publishedpropertyColor;end;TMyDBGrid=class(TDBGrid)protectedfunctionCreateEditor:TInplaceEdit;override;end;procedureRegister;implementationprocedureRegister 阅读全文

posted @ 2013-08-21 21:05 ╰★张志峰★╮ 阅读(1174) 评论(0) 推荐(0)