mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* Add TEditCharCase
This commit is contained in:
parent
80d471a9f1
commit
e48d53a2f5
@ -623,7 +623,10 @@ const
|
||||
igiLongTap = igiFirst + 8;
|
||||
igiDoubleTap = igiFirst + 9;
|
||||
|
||||
// Edit controls
|
||||
|
||||
Type
|
||||
TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user