(cherry picked from commit e48d53a2f57f69af61ce74df2a44f1d77c89d04e)
@@ -622,7 +622,10 @@ const
igiLongTap = igiFirst + 8;
igiDoubleTap = igiFirst + 9;
+// Edit controls
+Type
+ TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);
implementation