浏览代码

Comment that TCustomComboEdit could be replaced by VCL TCustomButtonedEdit

Source commit: 74383029600422b782d6993bb8cf32b55b56747a
Martin Prikryl 6 年之前
父节点
当前提交
854d3eb811
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/packages/my/ComboEdit.pas

+ 1 - 0
source/packages/my/ComboEdit.pas

@@ -25,6 +25,7 @@ type
 
   { TCustomComboEdit }
 
+  // Could be replaced by TCustomButtonedEdit
   TCustomComboEdit = class(TCustomEdit)
   private
     FButton: TButton;