Browse Source

Updated README.md

lainz 9 years ago
parent
commit
2c8e595637
1 changed files with 12 additions and 0 deletions
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -127,6 +127,18 @@ Is like a panel. You can draw this control using the OnRedraw event.
 
 
 Author: Circular.
 Author: Circular.
 
 
+### TBCNumericKeyboard
+
+A panel with numeric buttons to store the input in a string. Then you can use the events to edit it to fit your needs and assign to other controls that value.
+
+Author: Lainz.
+
+### TBCRealNumericKeyboard
+
+A panel with numeric buttons to do the real input of the keys on keyboard. What you type is sent to the focused control directly.
+
+Author: Lainz. Esvignolo.
+
 ### TDTAnalogClock
 ### TDTAnalogClock
 
 
 A clock.
 A clock.