Browse Source

Comment that TCustomComboEdit could be replaced by VCL TCustomButtonedEdit

Source commit: 74383029600422b782d6993bb8cf32b55b56747a
Martin Prikryl 6 years ago
parent
commit
854d3eb811
1 changed files with 1 additions and 0 deletions
  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;